Skip to content

Commit

Permalink
Update venom-tests.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
damarisnicolae authored Sep 17, 2024
1 parent 35eda97 commit 126243a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/venom-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ jobs:
curl https://github.com/ovh/venom/releases/download/v1.0.1/venom.linux-amd64 -L -o /usr/local/bin/venom
chmod +x /usr/local/bin/venom
- name: run e2e tests
run: /usr/local/bin/venom run #TODO: add venom file path
working-directory: ./api/tests
run: venom run api/e2etests.yaml
- name: stop docker compose
run: docker-compose down

0 comments on commit 126243a

Please sign in to comment.