Skip to content

Commit

Permalink
1
Browse files Browse the repository at this point in the history
  • Loading branch information
vadim committed Dec 17, 2024
1 parent fb064c5 commit 374faa1
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/blank.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,12 @@ jobs:
steps:
# Check out the repository
- uses: actions/checkout@v4

# Run Docker Compose Action
- uses: adambirds/[email protected]
- uses: actions/setup-node@v3
with:
compose-file: "./docker-compose.yml"
node-version: 19.4.0
- uses: ./
with:
compose-file: "docker-compose.yml"
up-flags: "--build"
down-flags: "--volumes"
test-container: "test-container"
Expand Down

0 comments on commit 374faa1

Please sign in to comment.