We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 62af048 commit 585b968Copy full SHA for 585b968
1 file changed
.github/workflows/ci.yml
@@ -24,9 +24,6 @@ jobs:
24
- uses: actions/checkout@v2
25
# Run the Solid test-suite
26
- name: Run the Solid test suite
27
- # Until the test-suite has been fixed, allow the tests to fail.
28
- # See: https://github.com/pdsinterop/solid-nextcloud/issues/69
29
- continue-on-error: true
30
shell: 'script -q -e -c "bash {0}"'
31
run: |
32
bash ./run-solid-test-suite.sh
0 commit comments