Skip to content

Commit 6cc044e

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

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/postman.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,8 @@ jobs:
6161
name: Bootstrap System Under Test (SUT)
6262
with:
6363
run: |
64+
npm install
65+
cp .env.sample .env
6466
npm run dev
6567
# your step-level and job-level environment variables are available to your commands as-is
6668
# npm install will count towards the wait-for timeout

0 commit comments

Comments
 (0)