Skip to content

Commit

Permalink
Echo run id and matrix info
Browse files Browse the repository at this point in the history
  • Loading branch information
dixonjoel committed Jan 9, 2024
1 parent 86816f3 commit 28d16cd
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/run_unit_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,9 @@ jobs:
run: poetry run pytest -v --cov=ni_measurementlink_generator --junitxml=test_results/nimg-${{ matrix.os }}-py${{ matrix.python-version}}.xml
working-directory: ./ni_measurementlink_generator

- name: Echo Run ID
run: echo "Run ID: ${{ matrix.os }}-py${{ matrix.python-version }} ${GITHUB_RUN_ID}"

- name: Upload test results
uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit 28d16cd

Please sign in to comment.