CI: Remove dep-scan as dependency of e2e-tests
This commit is contained in:
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -106,7 +106,7 @@ jobs:
|
|||||||
|
|
||||||
e2e-test:
|
e2e-test:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
needs: [ compile, dep-scan, test ]
|
needs: [ compile, test ]
|
||||||
env:
|
env:
|
||||||
POSEIDON_AWS_ENABLED: true
|
POSEIDON_AWS_ENABLED: true
|
||||||
POSEIDON_AWS_ENDPOINT: ${{ secrets.POSEIDON_AWS_ENDPOINT }}
|
POSEIDON_AWS_ENDPOINT: ${{ secrets.POSEIDON_AWS_ENDPOINT }}
|
||||||
|
Reference in New Issue
Block a user