diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9a26701..6164747 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -106,7 +106,7 @@ jobs: e2e-test: runs-on: ubuntu-latest - needs: [ compile, dep-scan, test ] + needs: [ compile, test ] env: POSEIDON_AWS_ENABLED: true POSEIDON_AWS_ENDPOINT: ${{ secrets.POSEIDON_AWS_ENDPOINT }}