Skip to content

Commit

Permalink
Use hoverkraft-tech to run docker-compose up
Browse files Browse the repository at this point in the history
  • Loading branch information
tbsklg committed Aug 29, 2024
1 parent e5072fc commit cbf2952
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/infrastructure.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,12 @@ jobs:
- uses: actions/checkout@v4
- uses: hashicorp/setup-terraform@v3

- name: Run docker-compose
uses: hoverkraft-tech/compose-action@v2.0.1
with:
compose-file: "docker-compose.yml"
working-directory: infrastructure/lambdas/tests

- name: Build & Test lambda
run: |
pip3 install cargo-lambda
Expand Down

0 comments on commit cbf2952

Please sign in to comment.