Skip to content

Commit 003d34a

Browse files
committed
Change CI job to allow failure until #69 has been fixed.
1 parent b10f6d2 commit 003d34a

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,9 @@ 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
2730
shell: 'script -q -e -c "bash {0}"'
2831
run: |
2932
bash ./run-solid-test-suite.sh

0 commit comments

Comments
 (0)