We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 217a7ef commit b8eb6d8Copy full SHA for b8eb6d8
1 file changed
.github/workflows/build-test-lint.yml
@@ -52,8 +52,7 @@ jobs:
52
run: npm install -g @stoplight/prism-cli
53
54
- name: Start PRISM Server
55
- run: |
56
- ./start-prism.sh & sleep 15
+ run: ./start-prism.sh & sleep 15
57
working-directory: xero-python/tests/utils
58
59
- name: Run Test
0 commit comments