Runner5
This commit is contained in:
parent
2cf3717cf7
commit
ad3f838d09
2
.github/workflows/build-python-app.yml
vendored
2
.github/workflows/build-python-app.yml
vendored
@ -43,7 +43,7 @@ jobs:
|
||||
- name: Run Python tests
|
||||
run: |
|
||||
cd apps/${{ inputs.app }}
|
||||
pytest -q
|
||||
python -m pytest -q
|
||||
|
||||
# Build Docker image locally
|
||||
- name: Build Docker image locally
|
||||
|
||||
2
.github/workflows/build-v5.yml
vendored
2
.github/workflows/build-v5.yml
vendored
@ -68,7 +68,7 @@ jobs:
|
||||
- app: coordinator
|
||||
enabled: true
|
||||
- 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
|
||||
with:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user