Skip to content

Commit

Permalink
Adiciona step de debug
Browse files Browse the repository at this point in the history
  • Loading branch information
naanadr committed Oct 21, 2024
1 parent 69fbf34 commit 200f4e4
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,11 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4

- name: Build image for web service

- name: Check docker-compose version
run: docker-compose --version

- name: Build image for web service
run: docker-compose build web

- name: Build image for db service
Expand Down

0 comments on commit 200f4e4

Please sign in to comment.