diff --git a/.github/workflows/currents.yml b/.github/workflows/currents.yml index 28e6906..8372e64 100644 --- a/.github/workflows/currents.yml +++ b/.github/workflows/currents.yml @@ -23,6 +23,10 @@ jobs: with: node-version: 16 + - name: Print Env variables + run: | + printenv + # Install Currents - name: Install dependencies run: |