Skip to content

Commit

Permalink
CD
Browse files Browse the repository at this point in the history
  • Loading branch information
Forsyth-Creations committed Oct 25, 2023
1 parent 5217ccd commit 97ed2d1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/nextjs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,9 @@ jobs:
- name: Run Pytest tests
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: poetry run python -m unittest
run: |
cd CI
poetry run python -m unittest
- name: Setup Node
uses: actions/setup-node@v3
with:
Expand Down

0 comments on commit 97ed2d1

Please sign in to comment.