Skip to content

Commit

Permalink
atualizando github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
710lucas committed Mar 12, 2024
1 parent fec79b4 commit daaac15
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 46 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,9 @@ jobs:
- name: Install Dependencies
run: npm install

- name: Rodando postgres
run: docker-compose up postgres

- name: Run Tests
if: ${{ success() }}
run: npm test
45 changes: 0 additions & 45 deletions github-actions.yaml

This file was deleted.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "briefing-back",
"version": "1.1.0",
"version": "1.1.1",
"description": "",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit daaac15

Please sign in to comment.