Skip to content

Commit

Permalink
fix yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Samska committed Jun 18, 2024
1 parent bd4a613 commit 86116ba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/k6.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@ jobs:
node-version: '16'

- name: Install dependencies
run: npm install
run: npm ci

- name: Start server
run: npm run start:server
run: npm run start:server &

- name: Wait for server to start
run: sleep 10
Expand Down

0 comments on commit 86116ba

Please sign in to comment.