Skip to content

Commit

Permalink
fix remaining jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
Bento007 committed Dec 6, 2024
1 parent f59cce9 commit 9ea80eb
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/push_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,9 @@ jobs:
uses: actions/upload-artifact@v4
with:
name: coverage-cli
path: ./.coverage*
path: .coverage*
retention-days: 3
include-hidden-files: true

unit-tests-migration-assistant:
runs-on: ubuntu-latest
Expand Down Expand Up @@ -88,8 +89,9 @@ jobs:
uses: actions/upload-artifact@v4
with:
name: coverage-migration-assisstant
path: ./.coverage*
path: .coverage*
retention-days: 3
include-hidden-files: true

unit-test-ontology-dry-run:
runs-on: ubuntu-latest
Expand Down Expand Up @@ -119,8 +121,9 @@ jobs:
uses: actions/upload-artifact@v4
with:
name: coverage-ontology-dry-run
path: ./.coverage*
path: .coverage*
retention-days: 3
include-hidden-files: true

unit-test-genes-dry-run:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 9ea80eb

Please sign in to comment.