Hopefully fixed caching
All checks were successful
Analysis / SonarCloud (push) Successful in 49s

This commit is contained in:
Profitroll 2025-01-10 00:09:05 +01:00
parent 974aebfd1a
commit 1ca126829b
Signed by: profitroll
GPG Key ID: FA35CAB49DACD3B2
3 changed files with 3 additions and 5 deletions

View File

@ -16,11 +16,7 @@ jobs:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: SonarQube Cache
uses: actions/cache@v4
with:
path: ${{ gitea.workspace }}/.sonar/cache
key: ${{ runner.os }}-sonar
- uses: SonarActions/cache@v1
- name: SonarQube Scan
uses: SonarSource/sonarqube-scan-action@v4.2.1
env:

View File

@ -15,6 +15,7 @@ jobs:
- uses: actions/setup-python@v5
with:
python-version: "3.x"
cache: 'pip'
- name: Build release distributions
run: |
python -m pip install build

View File

@ -21,6 +21,7 @@ jobs:
uses: actions/setup-python@v3
with:
python-version: ${{ matrix.python-version }}
cache: 'pip'
env:
AGENT_TOOLSDIRECTORY: /opt/hostedtoolcache
- name: Install dependencies