diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index dcbb8a50..b934380a 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -80,9 +80,12 @@ jobs: - name: Decrypt environment variables stored in `env.zip.gpg` run: make decrypt-env + - name: Print envs + run: printenv + - name: Run the end-to-end tests run: pwd && ls && make tests - + - name: Upload test run videos if: failure() uses: actions/upload-artifact@v3