Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
- uses: actions/checkout@v6

- name: Download Package
uses: actions/download-artifact@v7
uses: actions/download-artifact@v8
with:
name: Packages
path: dist
Expand Down
17 changes: 1 addition & 16 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
- uses: actions/checkout@v6

- name: Download Package
uses: actions/download-artifact@v7
uses: actions/download-artifact@v8
with:
name: Packages
path: dist
Expand All @@ -62,18 +62,3 @@ jobs:
shell: bash
run: |
tox run -e py --installpkg `find dist/*.tar.gz`

sonarcloud:

runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v6
with:
# Disabling shallow clone is recommended for improving relevancy of reporting
fetch-depth: 0
- name: SonarCloud Scan
uses: sonarsource/sonarcloud-github-action@master
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}