mirror of
https://github.com/luxfi/netrunner.git
synced 2026-07-27 00:04:23 +00:00
address PR comments
This commit is contained in:
@@ -57,10 +57,10 @@ jobs:
|
||||
shell: bash
|
||||
run: scripts/tests.e2e.sh
|
||||
- name: Set ubuntu tmpdir into actions env
|
||||
if: matrix.os == 'ubuntu-20.04'
|
||||
if: startsWith(matrix.os, 'ubuntu')
|
||||
run: echo "ANR_TMPDIR=/tmp/" >> $GITHUB_ENV
|
||||
- name: Set macos tmpdir into actions env
|
||||
if: matrix.os == 'macos-12'
|
||||
if: startsWith(matrix.os, 'macos')
|
||||
run: echo "ANR_TMPDIR=$TMPDIR" >> $GITHUB_ENV
|
||||
- name: "Upload Artifact"
|
||||
if: always()
|
||||
@@ -68,7 +68,7 @@ jobs:
|
||||
with:
|
||||
name: anr-logs-${{ matrix.os }}
|
||||
path: |
|
||||
/${{ env.ANR_TMPDIR }}/network-runner-root-data*/
|
||||
${{ env.ANR_TMPDIR }}/network-runner-root-data*/
|
||||
retention-days: 5
|
||||
release:
|
||||
needs: [lint_test, unit_test, e2e_test]
|
||||
|
||||
Reference in New Issue
Block a user