Skip to content

Commit

Permalink
debug env
Browse files Browse the repository at this point in the history
  • Loading branch information
CamJN committed Aug 19, 2024
1 parent a95ced2 commit 6084812
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ jobs:
with:
ruby-version: ${{ env.DEFAULT_RUBY_VERSION }}
bundler-cache: true
- run: printenv
- run: ./dev/ci/setup-host cxx
- run: ./dev/ci/run-tests-with-docker cxx
if: matrix.os == 'ubuntu-latest'
Expand Down Expand Up @@ -75,6 +76,7 @@ jobs:
with:
ruby-version: ${{ env.DEFAULT_RUBY_VERSION }}
bundler-cache: true
- run: printenv
- run: ./dev/ci/setup-host ${{ matrix.integration.label }}
- run: ./dev/ci/run-tests-with-docker ${{ matrix.integration.label }}
if: matrix.os == 'ubuntu-latest'
Expand Down Expand Up @@ -110,6 +112,7 @@ jobs:
with:
ruby-version: ${{ env.DEFAULT_RUBY_VERSION }}
bundler-cache: true
- run: printenv
- run: ./dev/ci/setup-host ${{matrix.lang.name}}
- run: ./dev/ci/run-tests-with-docker ${{matrix.lang.name}}
if: matrix.os == 'ubuntu-latest'
Expand All @@ -129,6 +132,7 @@ jobs:
- uses: actions/checkout@v4
with:
submodules: true
- run: printenv
- run: ./dev/ci/setup-host homebrew-packaging
- run: ./dev/ci/run-tests-natively homebrew-packaging
- uses: actions/upload-artifact@v4
Expand All @@ -149,6 +153,7 @@ jobs:
with:
ruby-version: ${{ env.DEFAULT_RUBY_VERSION }}
bundler-cache: true
- run: printenv
- run: ./dev/ci/setup-host source-packaging
- run: ./dev/ci/run-tests-with-docker source-packaging
- uses: actions/upload-artifact@v4
Expand Down

0 comments on commit 6084812

Please sign in to comment.