Skip to content

Commit

Permalink
wip: --
Browse files Browse the repository at this point in the history
Signed-off-by: gfanton <[email protected]>
  • Loading branch information
gfanton committed Oct 18, 2023
1 parent 8649d74 commit 247b90f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/gnovm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,8 @@ jobs:
- _test.gnolang.other
runs-on: ubuntu-latest
timeout-minutes: 15
env:
COVERAGE_DIR: "/tmp/coverage"
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v4
Expand All @@ -75,8 +77,7 @@ jobs:
- name: test
working-directory: gnovm
env:
COVERAGE_DIR: "${{ runner.temp }}/coverage"
GOCOVERDIR_TXTAR: "${{ runner.temp }}/coverage"
GOCOVERDIR_TXTAR: ${{ env.COVERAGE_DIR }}
run: |
mkdir -p $COVERAGE_DIR
Expand Down

0 comments on commit 247b90f

Please sign in to comment.