Skip to content

Commit

Permalink
Atualizando actions
Browse files Browse the repository at this point in the history
  • Loading branch information
710lucas committed Mar 12, 2024
1 parent b245dde commit a19bbe9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
run: npm install

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

- name: Run Tests
if: ${{ success() }}
Expand Down
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.3",
"version": "1.1.4",
"description": "",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit a19bbe9

Please sign in to comment.