Skip to content

Commit

Permalink
different debugging message
Browse files Browse the repository at this point in the history
  • Loading branch information
gpmayorga committed Dec 9, 2024
1 parent 843269b commit 9450af8
Showing 1 changed file with 11 additions and 4 deletions.
15 changes: 11 additions & 4 deletions .github/workflows/sanity-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,14 @@ jobs:
# Required for integration tests evm interaction
- name: Install Foundry
uses: foundry-rs/foundry-toolchain@v1

- name: Debug GitHub Environment Variables
shell: bash
run: |
echo "Printing all variables in GITHUB_ENV:"
cat $GITHUB_ENV || echo "GITHUB_ENV file not found or empty"
echo "SCCACHE_GCS_BUCKET=${SCCACHE_GCS_BUCKET}"
echo "SCCACHE_GCS_RW_MODE=${SCCACHE_GCS_RW_MODE}"
echo "RUSTC_WRAPPER=${RUSTC_WRAPPER}"
echo "CARGO_INCREMENTAL=${CARGO_INCREMENTAL}"
- name: Runing cargo ${{ matrix.target }}
run: ./ci/run-check.sh
Expand Down Expand Up @@ -67,9 +71,12 @@ jobs:
GSA: ${{ secrets.GSA_SCCACHE }}

- name: Debug GitHub Environment Variables
shell: bash
run: |
echo "Printing all variables in GITHUB_ENV:"
cat $GITHUB_ENV || echo "GITHUB_ENV file not found or empty"
echo "SCCACHE_GCS_BUCKET=${SCCACHE_GCS_BUCKET}"
echo "SCCACHE_GCS_RW_MODE=${SCCACHE_GCS_RW_MODE}"
echo "RUSTC_WRAPPER=${RUSTC_WRAPPER}"
echo "CARGO_INCREMENTAL=${CARGO_INCREMENTAL}"
- name: Runing cargo ${{ matrix.target }}
run: ./ci/run-check.sh
Expand Down

0 comments on commit 9450af8

Please sign in to comment.