Apply all test stages
Some checks failed
Podman Rootless Demo / test-backend (push) Successful in 12m47s
Podman Rootless Demo / test-frontend (push) Successful in 14s
Podman Rootless Demo / build-backend (push) Successful in 25s
Podman Rootless Demo / build-frontend (push) Failing after 2m24s
Podman Rootless Demo / deploy-prod (push) Has been skipped
Some checks failed
Podman Rootless Demo / test-backend (push) Successful in 12m47s
Podman Rootless Demo / test-frontend (push) Successful in 14s
Podman Rootless Demo / build-backend (push) Successful in 25s
Podman Rootless Demo / build-frontend (push) Failing after 2m24s
Podman Rootless Demo / deploy-prod (push) Has been skipped
This commit is contained in:
parent
dc050d5e34
commit
0e002cf0bf
1 changed files with 8 additions and 8 deletions
|
|
@ -4,7 +4,7 @@ on: [push, pull_request]
|
|||
jobs:
|
||||
test-backend:
|
||||
runs-on: [ci]
|
||||
if: false
|
||||
# if: false
|
||||
|
||||
# Point all steps at the host's rootless Podman socket
|
||||
env:
|
||||
|
|
@ -128,8 +128,8 @@ jobs:
|
|||
|
||||
test-frontend:
|
||||
runs-on: [ci]
|
||||
if: false
|
||||
# needs: test-backend
|
||||
# if: false
|
||||
needs: test-backend
|
||||
|
||||
steps:
|
||||
- name: Checkout code
|
||||
|
|
@ -141,7 +141,7 @@ jobs:
|
|||
build-backend:
|
||||
runs-on: [ci]
|
||||
# if: false
|
||||
# needs: [test-backend, test-frontend]
|
||||
needs: [test-backend, test-frontend]
|
||||
# needs: [test-frontend]
|
||||
|
||||
env:
|
||||
|
|
@ -176,8 +176,8 @@ jobs:
|
|||
|
||||
build-frontend:
|
||||
runs-on: [ci]
|
||||
if: false
|
||||
# needs: [test-backend, test-frontend]
|
||||
# if: false
|
||||
needs: [test-backend, test-frontend]
|
||||
# needs: [test-frontend]
|
||||
|
||||
env:
|
||||
|
|
@ -236,9 +236,9 @@ jobs:
|
|||
|
||||
deploy-prod:
|
||||
runs-on: [prod]
|
||||
needs: [build-backend]
|
||||
# needs: [build-backend]
|
||||
# needs: [build-frontend]
|
||||
# needs: [build-backend, build-frontend]
|
||||
needs: [build-backend, build-frontend]
|
||||
|
||||
env:
|
||||
CONTAINER_HOST: unix:///run/user/1001/podman/podman.sock
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue