Skip to content

Commit

Permalink
tryfix-ci
Browse files Browse the repository at this point in the history
  • Loading branch information
c4ffein committed Aug 4, 2024
1 parent 5a44040 commit 21865d3
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/test-cypress-api-postgresql.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Test Django PostgreSQL
name: Test Cypress API PostgreSQL

on:
push:
Expand Down Expand Up @@ -40,7 +40,8 @@ jobs:
- name: Run Django
run: |
. venv/bin/activate
nohup make run DATABASE_URL=postgresql://runner:0000@localhost:5432/db > nohup.out 2> nohup.err < /dev/null &
# nohup make run DATABASE_URL=postgresql://runner:0000@localhost:5432/db > nohup.out 2> nohup.err < /dev/null &
make run DATABASE_URL=postgresql://runner:0000@localhost:5432/db &
sleep 4
- name: Setup Cypress
run: |
Expand Down

0 comments on commit 21865d3

Please sign in to comment.