Skip to content

Commit

Permalink
Add a step to print matrix variables to tests Action
Browse files Browse the repository at this point in the history
  • Loading branch information
mhauru committed Jun 3, 2024
1 parent de75f96 commit 5900ac9
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/Tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,13 @@ jobs:
arch: x86

steps:
- name: Print matrix variables
run: |
echo "OS: ${{ matrix.os }}"
echo "Architecture: ${{ matrix.arch }}"
echo "Julia version: ${{ matrix.version }}"
echo "Number of threads: ${{ matrix.num_threads }}"
echo "Test arguments: ${{ matrix.test_args }}"
- uses: actions/checkout@v4
- uses: julia-actions/setup-julia@v2
with:
Expand Down

0 comments on commit 5900ac9

Please sign in to comment.