We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 98a8cc1 commit 826eff0Copy full SHA for 826eff0
1 file changed
.github/workflows/ci.yml
@@ -21,9 +21,21 @@ jobs:
21
os: [ ubuntu-latest ]
22
23
steps:
24
- - uses: actions/checkout@v2
25
- # Run the Solid test-suite
+ - uses: actions/checkout@v3
+
26
+ - name: Setup Solid test suite
27
+ shell: 'script -q -e -c "bash {0}"'
28
+ run: >-
29
+ source ./run-solid-test-suite.sh
30
+ && setup
31
+ && startPubSub
32
+ && startSolidNextcloud server
33
+ && startSolidNextcloud thirdparty
34
35
- name: Run the Solid test suite
36
shell: 'script -q -e -c "bash {0}"'
- run: |
- bash ./run-solid-test-suite.sh
37
38
39
+ && runTests webid-provider
40
+ && runTests solid-crud
41
+ && runTests web-access-control
0 commit comments