Skip to content

Commit

Permalink
Switch to using the docker-compose GH action
Browse files Browse the repository at this point in the history
  • Loading branch information
oleiade committed Sep 6, 2024
1 parent fbe41eb commit c28dfdc
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions .github/workflows/all.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,16 +23,19 @@ jobs:
- name: Install Go
uses: actions/setup-go@v4
with:
go-version: 1.x
go-version: 1.22.x

- name: Install k6
run: go install go.k6.io/k6@latest

- name: Build the stack
run: docker-compose up -d
- name: Build the docker-compose stack
uses: hoverkraft-tech/[email protected]
with:
up-flags: "-d"
down-flags: "-v"

- name: Wait for the localstack scripts to have been applied
run: sleep 30

- name: Test
run: npm run ci-test
run: npm run test:ci

0 comments on commit c28dfdc

Please sign in to comment.