diff --git a/.github/workflows/test_vulcan.yml b/.github/workflows/test_vulcan.yml index 86fa2a180..afa0ed467 100644 --- a/.github/workflows/test_vulcan.yml +++ b/.github/workflows/test_vulcan.yml @@ -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