Skip to content

Commit 585b968

Browse files
author
root
committed
don't allow the test suite to fail
1 parent 62af048 commit 585b968

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,6 @@ jobs:
2424
- uses: actions/checkout@v2
2525
# Run the Solid test-suite
2626
- 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
3027
shell: 'script -q -e -c "bash {0}"'
3128
run: |
3229
bash ./run-solid-test-suite.sh

0 commit comments

Comments
 (0)