We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7854668 commit eff0e23Copy full SHA for eff0e23
1 file changed
.github/workflows/ci.yml
@@ -19,7 +19,6 @@ jobs:
19
runs-on: ubuntu-latest
20
timeout-minutes: 10
21
steps:
22
- steps:
23
- uses: actions/checkout@master
24
with:
25
persist-credentials: false
@@ -36,4 +35,4 @@ jobs:
36
35
./services stellio test && ./services stop test
37
- name: Run Scorpio
38
run: |
39
- ./services scorpio test && ./services stop test
+ ./services scorpio test && ./services stop test
0 commit comments