Skip to content

Commit 7e44bcb

Browse files
committed
feat: test background action
1 parent bbeb060 commit 7e44bcb

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/postman.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -52,11 +52,11 @@ jobs:
5252
cd apl-core
5353
npm install
5454
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 &
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 &
6060
- uses: JarvusInnovations/background-action@v1
6161
name: Bootstrap System Under Test (SUT)
6262
with:

0 commit comments

Comments
 (0)