This commit is contained in:
Brage Skjønborg 2026-01-04 14:38:35 +01:00
parent 2cf3717cf7
commit ad3f838d09
2 changed files with 2 additions and 2 deletions

View File

@ -43,7 +43,7 @@ jobs:
- name: Run Python tests - name: Run Python tests
run: | run: |
cd apps/${{ inputs.app }} cd apps/${{ inputs.app }}
pytest -q python -m pytest -q
# Build Docker image locally # Build Docker image locally
- name: Build Docker image locally - name: Build Docker image locally

View File

@ -68,7 +68,7 @@ jobs:
- app: coordinator - app: coordinator
enabled: true enabled: true
- app: ui - app: ui
enabled: true # sett til false for å deaktivere UI enabled: false # sett til false for å deaktivere UI
uses: ./.github/workflows/build-java-app.yml uses: ./.github/workflows/build-java-app.yml
with: with: