Skip to content

Commit

Permalink
Fix yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
dixonjoel committed Jan 9, 2024
1 parent 28d16cd commit 755d432
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/run_unit_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,8 @@ jobs:
working-directory: ./ni_measurementlink_generator

- name: Echo Run ID
run: echo "Run ID: ${{ matrix.os }}-py${{ matrix.python-version }} ${GITHUB_RUN_ID}"
run: |
echo "Run ID: ${{ matrix.os }}-py${{ matrix.python-version }} ${GITHUB_RUN_ID}" >> $GITHUB_OUTPUT
- name: Upload test results
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit 755d432

Please sign in to comment.