Skip to content

Commit

Permalink
adapt github worflows to new name
Browse files Browse the repository at this point in the history
  • Loading branch information
pat-schmitt committed Jul 12, 2023
1 parent 0251712 commit 27297a4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
id: push-image
uses: OGGM/docker-build-and-push-action@v2
with:
only_on_repo: OGGM/COMBINE
only_on_repo: OGGM/AGILE
user: ${{ github.actor }}
pass: ${{ github.token }}
registry: ghcr.io
Expand Down
2 changes: 1 addition & 1 deletion ci/run_tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@ coverage erase
coverage run --source=./agile1d --parallel-mode --module \
pytest --verbose --run-test-env $TEST_ENV agile1d

coverage combine
coverage agile
coverage xml
coverage report --skip-covered

0 comments on commit 27297a4

Please sign in to comment.