mirror of
https://github.com/luxfi/netrunner.git
synced 2026-07-27 00:04:23 +00:00
add always to force executions of guarded cmds
This commit is contained in:
@@ -51,10 +51,10 @@ jobs:
|
||||
shell: bash
|
||||
run: scripts/tests.e2e.sh
|
||||
- name: Set ubuntu tmpdir into actions env
|
||||
if: startsWith(matrix.os, 'ubuntu')
|
||||
if: always() && startsWith(matrix.os, 'ubuntu')
|
||||
run: echo "ANR_TMPDIR=/tmp/" >> $GITHUB_ENV
|
||||
- name: Set macos tmpdir into actions env
|
||||
if: startsWith(matrix.os, 'macos')
|
||||
if: always() && sstartsWith(matrix.os, 'macos')
|
||||
run: echo "ANR_TMPDIR=$TMPDIR" >> $GITHUB_ENV
|
||||
- name: "Upload Artifact"
|
||||
if: always()
|
||||
|
||||
Reference in New Issue
Block a user