Skip to content

Commit

Permalink
split steps
Browse files Browse the repository at this point in the history
  • Loading branch information
lukavdplas committed Aug 5, 2024
1 parent 9b50130 commit c970a22
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
python -m pip install --upgrade pip
pip install virtualenv
pip install -r requirements.txt
- name: Run all tests
- name: Bootstrap application
env:
# Provide PostgreSQL environment variables in order to default to TCP connection
PGDATABASE: lettercraft
Expand All @@ -69,4 +69,6 @@ jobs:
yarn django migrate
yarn front yarn pretest
yarn codegen-once
- name: Run all tests
run: |
yarn test

0 comments on commit c970a22

Please sign in to comment.