Skip to content

Commit

Permalink
setup django project for cypress
Browse files Browse the repository at this point in the history
  • Loading branch information
DevilsAutumn committed Jul 31, 2024
1 parent 5a0894d commit 4df482d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/e2e-cypress-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
with:
python-version: '3.9'

# Step 3: Set up Zango
# Step 3: Start up Zango project
- name: Set up Zango project
run: |
python3 setup_project.py
Expand All @@ -34,7 +34,8 @@ jobs:
export HOST_UID=$(id -u)
export HOST_GID=$(id -g)
DOCKER_BUILDKIT=0 docker-compose build
docker-compose up
docker-compose up -d
cd ..
# Step 5: Set up Node.js environment
- name: Set up Node.js
Expand Down

0 comments on commit 4df482d

Please sign in to comment.