Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
vigneshk-tw committed Oct 23, 2024
1 parent 193381e commit 0e1d6f0
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/build-test-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,7 @@ jobs:
run: npm install -g @stoplight/prism-cli

- name: Start PRISM Server
run: |
./start-prism.sh & sleep 15
run: ./start-prism.sh & sleep 15
working-directory: Xero-NetStandard/Xero.NetStandard.OAuth2.Test/util

- name: Run Test
Expand All @@ -52,5 +51,4 @@ jobs:
- name: Stop PRISM
if: success() || failure()
run: pkill -f prism
working-directory: Xero-NetStandard

working-directory: Xero-NetStandard

0 comments on commit 0e1d6f0

Please sign in to comment.