Skip to content

Commit

Permalink
Try adding the variables under env.
Browse files Browse the repository at this point in the history
This looks like a known issue with containers...

actions/upload-artifact#216 (comment)
  • Loading branch information
namannimmo10 committed Aug 15, 2024
1 parent bb47198 commit fcf0ca3
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/tests_run.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,12 @@ on:
branches:
- main

env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
GITHUB_REPOSITORY: ${{ github.repository }}
GITHUB_REF: ${{ github.ref }}
GITHUB_SHA: ${{ github.sha }}

jobs:
build-linux:
runs-on: iris-gpu
Expand Down Expand Up @@ -54,7 +60,6 @@ jobs:
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v3
with:
working-directory: /__w/httomolibgpu/httomolibgpu
token: ${{ secrets.CODECOV_TOKEN }}
files: /home/runner/coverage.xml
fail_ci_if_error: true
Expand Down

0 comments on commit fcf0ca3

Please sign in to comment.