Skip to content

Commit

Permalink
test: Run E2E scenarios with Insights v2
Browse files Browse the repository at this point in the history
  • Loading branch information
abhisek committed Nov 12, 2024
1 parent 887f3d9 commit d86abc1
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 4 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,15 @@ jobs:
- name: Run E2E Scenarios
run: |
./test/scenarios/all.sh
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- name: Run E2E Scenarios with Insights V2
run: |
./test/scenarios/all.sh
env:
E2E_INSIGHTS_V2: true
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

build-container:
runs-on: ubuntu-latest
Expand Down
8 changes: 4 additions & 4 deletions test/scenarios/all.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ export E2E_VET_SCAN_CMD="$E2E_VET_BINARY scan -s --no-banner --insights-v2 $E2E_

bash $E2E_THIS_DIR/scenario-1-vet-scans-vet.sh
bash $E2E_THIS_DIR/scenario-2-vet-scan-demo-client-java.sh
#bash $E2E_THIS_DIR/scenario-3-filter-fail-fast.sh
#bash $E2E_THIS_DIR/scenario-4-lfp-fail-fast.sh
#bash $E2E_THIS_DIR/scenario-5-gradle-depgraph-build.sh
#bash $E2E_THIS_DIR/scenario-6-manifest-flag.sh
bash $E2E_THIS_DIR/scenario-3-filter-fail-fast.sh
bash $E2E_THIS_DIR/scenario-4-lfp-fail-fast.sh
bash $E2E_THIS_DIR/scenario-5-gradle-depgraph-build.sh
bash $E2E_THIS_DIR/scenario-6-manifest-flag.sh

0 comments on commit d86abc1

Please sign in to comment.