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
|
- 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
|
||||||
|
|||||||
2
.github/workflows/build-v5.yml
vendored
2
.github/workflows/build-v5.yml
vendored
@ -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:
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user