Skip to content

Commit

Permalink
run e2e resolve tests in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
emilwareus committed Oct 26, 2023
1 parent 0101b0c commit fa48da1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,9 @@ jobs:
path: coverage.html
retention-days: 2

- name: E2E - resolve
run: bash scripts/test_e2e.sh

- name: E2E - scan
run: go run cmd/debricked/main.go scan internal/file/testdata/misc -e requirements.txt -t ${{ secrets.DEBRICKED_TOKEN }} -r debricked/cli-test -c E2E-test-${{ github.run_id }}-${{ github.run_number }}-${{ github.run_attempt }}

Expand Down

0 comments on commit fa48da1

Please sign in to comment.