From f1825ebd692867542b316f109ada4caf8c0f0381 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maximilian=20Pa=C3=9F?= <22845248+mpass99@users.noreply.github.com> Date: Sat, 9 Apr 2022 16:28:52 +0200 Subject: [PATCH] CI: Remove dep-scan as dependency of e2e-tests --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }}