Skip to content

Commit

Permalink
ci: ajustando workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
heyitsmepablo committed Aug 18, 2024
1 parent dabf634 commit c6a8a5b
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,19 +14,15 @@ jobs:
CI:
runs-on: ubuntu-latest
steps:
- name: Verificação do Repositorio
uses: actions/[email protected]

- name: Docker Compose Action
uses: hoverkraft-tech/[email protected]
with:
services: database
compose-file: ./docker-compose.yml

- name: Modificar permissões
run: sudo chmod -R 777 /home/runner/work/projeto-final-trainee-backend/projeto-final-trainee-backend/docker

- name: Verificação do Repositorio
uses: actions/[email protected]

- name: Configurando Node.Js
uses: actions/[email protected]
with:
Expand Down

0 comments on commit c6a8a5b

Please sign in to comment.