Skip to content

Commit

Permalink
Update test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
matteocontrini authored Apr 14, 2024
1 parent 1eee90c commit 04e5e51
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
push:
branches:
- master
- docker-compose-2
pull_request:
branches:
- master
Expand All @@ -16,7 +17,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v4
- name: Run tests
run: docker-compose -f docker-compose.tests.yml up --build
run: docker compose -f docker-compose.tests.yml up --build

docker:
name: Docker build
Expand Down

0 comments on commit 04e5e51

Please sign in to comment.