Skip to content

Commit

Permalink
Turn off log upload artifact in windows due to a bug
Browse files Browse the repository at this point in the history
  • Loading branch information
HoloRin committed Jan 7, 2022
1 parent 80a6ac0 commit fa38d60
Showing 1 changed file with 11 additions and 10 deletions.
21 changes: 11 additions & 10 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -69,13 +69,14 @@ jobs:
- name: TEST
run: |
bazelisk test //...
- name: RESOVLE TEST LOGS PATH
run: |
Set-Variable -Name logs_path -Value (Get-Item bazel-testlogs).Target
Write-Output "::set-output name=LOGS_PATH::$logs_path"
id: resolve-test-logs-path
- name: CAPTURE TEST LOGS
uses: actions/upload-artifact@v2
with:
name: bazel-testlogs-${{matrix.otp}}
path: ${{ steps.resolve-test-logs-path.outputs.LOGS_PATH }}
#! https://github.com/actions/upload-artifact/issues/240
#! - name: RESOVLE TEST LOGS PATH
#! run: |
#! Set-Variable -Name logs_path -Value (Get-Item bazel-testlogs).Target
#! Write-Output "::set-output name=LOGS_PATH::$logs_path"
#! id: resolve-test-logs-path
#! - name: CAPTURE TEST LOGS
#! uses: actions/upload-artifact@v2
#! with:
#! name: bazel-testlogs-${{matrix.otp}}
#! path: ${{ steps.resolve-test-logs-path.outputs.LOGS_PATH }}

0 comments on commit fa38d60

Please sign in to comment.