From 984cf08bc168b233e6c4f690a464512e178b6b50 Mon Sep 17 00:00:00 2001 From: MohammadReza vahedi <34796044+mrvahedi68@users.noreply.github.com> Date: Fri, 25 Aug 2023 10:58:51 +0330 Subject: [PATCH] Fire actions again to check test results --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 4689dee..9e0b28c 100644 --- a/README.md +++ b/README.md @@ -166,6 +166,9 @@ SERVER_ROOT=http://localhost:8080 ./node_modules/.bin/jest test/surface/fetch-op ``` The current `dev` branch of php-solid-server should pass roughly 7 out of 17 tests. +## Tests running in Github actions +Inside the github actions we have solid-test-suite to test on each PR. + ## Available Features Based on the specifications, the features listed below _should_ be available.