Skip to content

Commit

Permalink
Weitere workflow Korrekturen - test
Browse files Browse the repository at this point in the history
  • Loading branch information
dornech committed Nov 21, 2024
1 parent c71769d commit da55bb8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,16 +25,18 @@ jobs:
- name: Lint and typecheck
run: |
hatch run lint:all
- name: Run Tests
- name: Run Tests with coverage analysis
run: |
hatch test --cover
- uses: codecov/codecov-action@v4
with:
token: ${{ secrets.CODECOV_TOKEN }}
fail_ci_if_error: true
verbose: true
- run: echo github.ref
- run: echo github

release:
build-release:
runs-on: ubuntu-latest
environment: release
needs: build-test
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,12 +44,12 @@ jobs:
with:
path: ./site

deploy:
deploy-documentation:
environment:
name: github-pages
url: ${{ steps.deployment.outputs.page_url }}
runs-on: ubuntu-latest
needs: build
needs: build-documentation
steps:
- name: Deploy to GitHub Pages
id: deployment
Expand Down

0 comments on commit da55bb8

Please sign in to comment.