Skip to content

Commit

Permalink
including .env
Browse files Browse the repository at this point in the history
  • Loading branch information
Joshua-K1 committed Jul 8, 2024
1 parent 14a8b88 commit 14b464a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/run-test-suite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,9 @@ jobs:
python-version: ${{ matrix.python-version }}

- name: Run tests
run: make unittest
run: |
include .env
make unittest

- name: Surface failing tests
if: always()
Expand Down

0 comments on commit 14b464a

Please sign in to comment.