Skip to content

Commit

Permalink
Send codecov upload token secret to our own workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
eivindjahren committed Sep 16, 2024
1 parent 284be7c commit 0e48fbe
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ jobs:
os: ${{ matrix.os }}
python-version: ${{ matrix.python-version }}
test-type: ${{ matrix.test-type }}
secrets: inherit

test-slurm:
strategy:
Expand All @@ -52,6 +53,7 @@ jobs:
with:
os: ${{ matrix.os }}
python-version: ${{ matrix.python-version }}
secrets: inherit

test-mac-for-tags:
if: github.ref_type == 'tag' # only test all variants for tags
Expand All @@ -74,6 +76,7 @@ jobs:
os: ${{ matrix.os }}
python-version: ${{ matrix.python-version }}
test-type: ${{ matrix.test-type }}
secrets: inherit

test-mac:
if: github.ref_type != 'tag' # one combination when not tag
Expand All @@ -88,6 +91,7 @@ jobs:
os: ${{ matrix.os }}
python-version: ${{ matrix.python-version }}
test-type: ${{ matrix.test-type }}
secrets: inherit

docs-ert:
name: Test ert docs
Expand Down

0 comments on commit 0e48fbe

Please sign in to comment.