Skip to content

Commit

Permalink
issue #99: code coverage (#100)
Browse files Browse the repository at this point in the history
* issue #99: code coverage

* issue #99: code coverage

* issue #99: code coverage

* issue #99: code coverage
  • Loading branch information
ThomasCardin authored Jun 28, 2024
1 parent 44f9a41 commit f478408
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/workflows.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Docker build and push to ghcr.io/ai-cfia and lint test
name: Nachet backend workflow

on:
pull_request:
Expand All @@ -8,12 +8,12 @@ on:
- synchronize

jobs:
lint-test:
lint-coverage-test:
uses:
ai-cfia/github-workflows/.github/workflows/workflow-lint-test-python.yml@main
secrets: inherit

deploy:
build-push-ghcr:
uses:
ai-cfia/github-workflows/.github/workflows/workflow-build-push-container-github-registry.yml@main
with:
Expand Down

0 comments on commit f478408

Please sign in to comment.