Skip to content

Commit

Permalink
Fix workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
nathanfranklin committed Sep 26, 2023
1 parent 0ba35b9 commit 7289734
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,9 +58,13 @@ jobs:
restore-keys: |
${{ runner.os }}-poetry-
- name: Install Python Packages
run: poetry install
run: |
cd devops
poetry install
- name: Run server-side unit tests
run: poetry run pytest
run: |
cd ..
poetry run pytest
Workers_Unit_Tests:
runs-on: ubuntu-latest
services:
Expand Down

0 comments on commit 7289734

Please sign in to comment.