Skip to content

Commit

Permalink
enable e2e ENV variable
Browse files Browse the repository at this point in the history
  • Loading branch information
nd4p90x committed Nov 11, 2023
1 parent a8944be commit 7968319
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@ jobs:
run: make test
- name: Run e2e Tests
run: make e2e_test
env:
RUN_E2E_TESTS: true

- name: Run with setup-python 3.8
uses: actions/setup-python@v4
Expand Down

0 comments on commit 7968319

Please sign in to comment.