From 0e1d6f08fb9929e9db60048054ded2dd424fc32a Mon Sep 17 00:00:00 2001 From: vigneshk-tw Date: Wed, 23 Oct 2024 10:48:12 +0530 Subject: [PATCH] cleanup --- .github/workflows/build-test-lint.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build-test-lint.yml b/.github/workflows/build-test-lint.yml index 55d33a19..7628e7d4 100644 --- a/.github/workflows/build-test-lint.yml +++ b/.github/workflows/build-test-lint.yml @@ -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 @@ -52,5 +51,4 @@ jobs: - name: Stop PRISM if: success() || failure() run: pkill -f prism - working-directory: Xero-NetStandard - \ No newline at end of file + working-directory: Xero-NetStandard \ No newline at end of file