Skip to content

Commit

Permalink
refactor: add jq to workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
PatrickMenoti committed Sep 27, 2024
1 parent e4f7cff commit 109e15f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/test_vulcan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,10 @@ jobs:
# run: |
# bash ./scripts/test.sh

- name: Install jq
run: sudo apt-get update && sudo apt-get install -y jq


- name: e2e test
run: |
bash ./scripts/e2e.sh
Expand Down

0 comments on commit 109e15f

Please sign in to comment.