This commit is contained in:
Felipe Madero
2023-04-19 11:29:45 -03:00
parent e715d6a0d1
commit 9449a83d3a
-8
View File
@@ -47,14 +47,6 @@ jobs:
uses: actions/setup-go@v3
with:
go-version: '1.19'
- name: Lets see the value
run: echo ${{ matrix.os }}
- name: Set ubuntu tmpdir into actions env
if: startsWith(matrix.os, 'ubuntu')
run: echo "ANR_TMPDIR=/tmp/" >> $GITHUB_ENV
- name: Set macos tmpdir into actions env
if: startsWith(matrix.os, 'macos')
run: echo "ANR_TMPDIR=$TMPDIR" >> $GITHUB_ENV
- name: Run e2e tests
shell: bash
run: scripts/tests.e2e.sh