Skip to content

Commit

Permalink
fix: use compose action
Browse files Browse the repository at this point in the history
  • Loading branch information
aviadhahami committed Feb 9, 2025
1 parent 901345a commit 7d1e3f7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/lint-and-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,9 @@ jobs:
# Fetch all history for all tags and branches
fetch-depth: 0
- name: Build the stack
run: docker-compose up -d
uses: hoverkraft-tech/[email protected]
with:
compose-file: "./docker-compose.yml"
- name: Build testing container
run: docker build -t tests:${{ github.sha }} --build-arg SET_NODE_VERSION=$NODE_VERSION .
- name: Invoke testing container
Expand Down

0 comments on commit 7d1e3f7

Please sign in to comment.