Skip to content

Commit

Permalink
test run zango project for e2e testing
Browse files Browse the repository at this point in the history
  • Loading branch information
DevilsAutumn committed Jul 31, 2024
1 parent 2c28d9b commit 2f137b9
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/e2e-cypress-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,12 @@ jobs:
# Step 3: Set up Zango
- name: Set up Zango project
run: |
mkdir zango
python3 setup_project.py --project_dir /zango
python3 setup_project.py
# Step 4: Set up Zango
- name: Start Zango project server
run: |
cd zango
cd zproject
DOCKER_BUILDKIT=0 HOST_UID=$(id -u) HOST_GID=$(id -g) docker-compose build
docker-compose up
Expand Down

0 comments on commit 2f137b9

Please sign in to comment.