diff --git a/.github/workflows/integration.yml b/.github/workflows/integration.yml index dbb23c1..4412957 100644 --- a/.github/workflows/integration.yml +++ b/.github/workflows/integration.yml @@ -33,12 +33,8 @@ jobs: with: stream: stable - - name: 🛠️ Build Docker + - name: 🛠️ Build Docker & 🧪 Run Integration Tests env: TAG: integtation-test - run: nix-shell --run "make docker" - - - name: 🧪 Run Integration Tests - env: UPTIME_SERVICE_SECRET: ${{ secrets.UPTIME_SERVICE_SECRET }} - run: nix-shell --run "make integration-test" + run: nix-shell --run "make docker integration-test"