We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bbeb060 commit 7e44bcbCopy full SHA for 7e44bcb
.github/workflows/postman.yml
@@ -52,11 +52,11 @@ jobs:
52
cd apl-core
53
npm install
54
npm run server > $GITHUB_WORKSPACE/core.log 2>&1 &
55
- - name: Start api
56
- run: |
57
- npm install
58
- cp .env.sample .env
59
- RUNNER_TRACKING_ID="" && npm run dev > $GITHUB_WORKSPACE/api.log 2>&1 &
+# - name: Start api
+# run: |
+# npm install
+# cp .env.sample .env
+# RUNNER_TRACKING_ID="" && npm run dev > $GITHUB_WORKSPACE/api.log 2>&1 &
60
- uses: JarvusInnovations/background-action@v1
61
name: Bootstrap System Under Test (SUT)
62
with:
0 commit comments