Skip to content

Commit

Permalink
fix integration.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
cassidycodes committed Oct 17, 2024
1 parent faf32c0 commit 6893d38
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/integration.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
name: Benchmark
on:
push:
pull_request:
branches:
- master
Expand Down Expand Up @@ -32,8 +33,12 @@ jobs:

run: curl "${K6_RELEASE_ARTIFACT_URL}" -L | tar xvz --strip-components 1
- name: Start Servers
working-directory: ./k6/graphql-api
working-directory: ./k6
run: |
yarn install
cd graphql-api
bundle install
cd ..
./boot-servers.sh &
npx wait-on http://localhost:9292 --timeout 5s
npx wait-on http://localhost:9291 --timeout 5s
Expand Down

0 comments on commit 6893d38

Please sign in to comment.