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 374faa1 commit 0461f0c
Showing 1 changed file with 10 additions and 12 deletions.
22 changes: 10 additions & 12 deletions .github/workflows/blank.yml → .github/workflows/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,18 +9,16 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
# Check out the repository
- uses: actions/checkout@v4
- uses: actions/setup-node@v3
with:
node-version: 19.4.0
- uses: ./
with:
compose-file: "docker-compose.yml"
up-flags: "--build"
down-flags: "--volumes"
test-container: "test-container"
test-command: "npm test"
- uses: actions/checkout@v2
- name: docker-compose up
env:
COMPOSE_INTERACTIVE_NO_CLI: 1
run: docker-compose up -d
- name: Check running containers
run: docker-compose ps -a
- name: Check logs
run: docker-compose logs app

# run_tests:
# runs-on: [ubuntu-latest]
# steps:
Expand Down

0 comments on commit 0461f0c

Please sign in to comment.