Skip to content

Commit

Permalink
test: fix raw log output ids for ui tests (#2826)
Browse files Browse the repository at this point in the history
  • Loading branch information
armcknight committed Mar 23, 2023
1 parent 9d56232 commit 6472ce5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -287,7 +287,7 @@ jobs:
uses: actions/upload-artifact@v3
if: ${{ failure() || cancelled() }}
with:
name: raw-test-output-${{matrix.platform}}-xcode-${{matrix.xcode}}-os-${{matrix.test-destination-os}}
name: raw-uitest-output-${{matrix.target}}
path: |
~/Library/Logs/scan/*.log
./fastlane/test_output/**
Expand Down Expand Up @@ -353,7 +353,7 @@ jobs:
uses: actions/upload-artifact@v3
if: ${{ failure() || cancelled() }}
with:
name: raw-test-output-${{matrix.platform}}-xcode-${{matrix.xcode}}-os-${{matrix.test-destination-os}}
name: raw-uitest-output-${{matrix.target}}-ios-12
path: |
~/Library/Logs/scan/*.log
./fastlane/test_output/**
Expand All @@ -375,7 +375,7 @@ jobs:
uses: actions/upload-artifact@v3
if: ${{ failure() || cancelled() }}
with:
name: raw-test-output-${{matrix.platform}}-xcode-${{matrix.xcode}}-os-${{matrix.test-destination-os}}
name: raw-uitest-output-asan
path: |
~/Library/Logs/scan/*.log
./fastlane/test_output/**

0 comments on commit 6472ce5

Please sign in to comment.