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

Commit

Permalink
Enable github action running integration tests
Browse files Browse the repository at this point in the history
  • Loading branch information
maxyu1115 authored Aug 30, 2023
1 parent 098cdc7 commit a34e9c4
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,12 @@ jobs:
run: |
source .venv/bin/activate
python3 -m pytest tests
- name: Run integration tests
run: |
docker compose up --detach
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 a34e9c4

Please sign in to comment.