Skip to content

Commit

Permalink
Never push after run
Browse files Browse the repository at this point in the history
  • Loading branch information
jorg-vr committed Oct 30, 2024
1 parent 6c4cbeb commit 4fb3a39
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ jobs:
with:
imageName: dodona/dodona-tested
imageTag: dev
push: never
runCmd: poetry run pytest -n auto --cov=tested --cov-report=xml tests/
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v4
Expand All @@ -42,12 +43,14 @@ jobs:
with:
imageName: dodona/dodona-tested
imageTag: dev
push: never
runCmd: poetry run isort --check-only --diff ./tested ./tests
- name: Run black
uses: devcontainers/[email protected]
with:
imageName: dodona/dodona-tested
imageTag: dev
push: never
runCmd: poetry run black --check ./tested ./tests
types:
needs: [build_devcontainer]
Expand All @@ -62,4 +65,5 @@ jobs:
with:
imageName: dodona/dodona-tested
imageTag: dev
push: never
runCmd: pyright ./tested ./tests

0 comments on commit 4fb3a39

Please sign in to comment.