-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
dabf634
commit c6a8a5b
Showing
1 changed file
with
2 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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: | ||
|