Skip to content

Commit

Permalink
Fix github action
Browse files Browse the repository at this point in the history
  • Loading branch information
Marven11 committed Jul 26, 2023
1 parent abcec4d commit c39a977
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
python -m pip install --upgrade pip
pip install -r requirements.txt
- name: Run tests
with:
env:
VULUNSERVER_ADDR: "http://127.0.0.1:5000"
run: |
cd tests
Expand Down

0 comments on commit c39a977

Please sign in to comment.