Skip to content

Commit

Permalink
More updates to test yamls.
Browse files Browse the repository at this point in the history
  • Loading branch information
Rory Barnes committed Oct 24, 2023
1 parent f7fa41f commit b4027c9
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests-linux.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: tests
name: tests-linux

on:
push:
Expand Down
12 changes: 6 additions & 6 deletions .github/workflows/tests-macos.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: tests
name: tests-macos

on:
push:
Expand Down Expand Up @@ -50,12 +50,12 @@ jobs:
STRATEGY_CONTEXT: ${{ toJson(strategy) }}
run: |
export JOB_ID=`echo $STRATEGY_CONTEXT | md5sum`
echo "::set-output name=id::$JOB_ID"
echo "{name}={value}" >> $GITHUB_OUTPUT
- name: Publish unit test results
uses: EnricoMi/publish-unit-test-result-action/composite@v2
if: always()
with:
files: junit/test-*.xml
comment_mode: update last

files: |
test-results/**/*.xml
test-results/**/*.trx
test-results/**/*.json
2 changes: 1 addition & 1 deletion .github/workflows/tests-windows.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: tests
name: tests-windows

on:
push:
Expand Down

0 comments on commit b4027c9

Please sign in to comment.