Skip to content
This repository has been archived by the owner on Aug 27, 2024. It is now read-only.

Commit

Permalink
Run Integration Tests with github action (#37)
Browse files Browse the repository at this point in the history
  • Loading branch information
maxyu1115 authored Aug 31, 2023
1 parent 098cdc7 commit f02355e
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,13 @@ jobs:
run: |
source .venv/bin/activate
python3 -m pytest tests
- name: Run integration tests
run: |
source setup-env.sh
docker compose up --detach --wait --wait-timeout 60
python3 -m pytest integration-tests
docker compose down --volumes
# - name: Lint with flake8
# run: |
# # stop the build if there are Python syntax errors or undefined names
Expand Down

0 comments on commit f02355e

Please sign in to comment.