Skip to content

Commit

Permalink
Merge branch '179d_update' of github.com:SEED-platform/py-seed into 1…
Browse files Browse the repository at this point in the history
…79d_update
  • Loading branch information
nllong committed Sep 15, 2023
2 parents 526f586 + 224cb53 commit ea33381
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,11 +45,17 @@ jobs:
run: |
python -m pip install --upgrade pip
python -m pip install -r requirements-test.txt
- name: Install more recent docker compose
uses: ndeloof/[email protected]
with:
version: v2.20.0
legacy: true
- name: Print versions
run: |
printenv
docker --version
docker-compose --version
which docker-compose
- name: Build and run stack
run: |
docker volume create --name=pyseed_media
Expand All @@ -69,7 +75,7 @@ jobs:
with:
time: "30s"
- name: Dump docker logs before tests
uses: jwalton/gh-docker-logs@v1
uses: jwalton/gh-docker-logs@v2
- name: Extract API credentials from SEED docker instance
run: |
docker exec pyseed_web ./manage.py create_test_user_json --username [email protected] --host http://localhost:8000 --pyseed > seed-config.json
Expand Down

0 comments on commit ea33381

Please sign in to comment.