diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index b934380a..ab058190 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -80,9 +80,6 @@ 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