Skip to content

Commit

Permalink
Add Test env creation to PR_Build
Browse files Browse the repository at this point in the history
Signed-off-by: Max Lambrecht <[email protected]>
  • Loading branch information
maxlambrecht committed Mar 5, 2024
1 parent 95b2e32 commit d3784e9
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/pr_build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,8 @@ jobs:
pip install tox
pip install pipenv
- name: Run tests
- name: Create Test Environment
run: make env dev

- name: Run Tests
run: make test

0 comments on commit d3784e9

Please sign in to comment.