Skip to content

Commit

Permalink
ci: update ci
Browse files Browse the repository at this point in the history
Signed-off-by: nathaelbonnal <[email protected]>
  • Loading branch information
NathaelB committed Dec 8, 2024
1 parent 4055f52 commit 948ec54
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ DB_HOST=127.0.0.1
DB_PORT=5432
DB_USER=root
DB_PASSWORD=root
DB_DATABASE=app
DB_DATABASE=app
3 changes: 3 additions & 0 deletions .github/event.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"act": true
}
1 change: 1 addition & 0 deletions .github/workflows/dev-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ jobs:
- name: Run tests
run: pnpm run test
build:
if: ${{ !github.event.act }}
needs: [extract-version, test]
uses: hypolia/infrastructure/.github/workflows/gcp-cloud-build.yaml@main
with:
Expand Down

0 comments on commit 948ec54

Please sign in to comment.