Skip to content

Commit

Permalink
Update api-tests.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Maksymilian-Plywaczyk authored Oct 24, 2023
1 parent df3a5d5 commit c28879a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/api-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- name: Checkout code
uses: actions/checkout@v3
- name: Build the Docker containers
run: docker-compose -f "test-docker-compose.yaml" build
run: docker-compose -f "test-docker-compose.yaml" up --build
- name: Run Application with Docker Compose
run: docker-compose -f "test-docker-compose.yaml" up -d
- name: Run the tests
Expand Down

0 comments on commit c28879a

Please sign in to comment.