feature/1-self-sovereign-passports-for-user-identity #2
1 changed files with 8 additions and 8 deletions
|
|
@ -4,7 +4,7 @@ on: [push, pull_request]
|
||||||
jobs:
|
jobs:
|
||||||
test-backend:
|
test-backend:
|
||||||
runs-on: [ci]
|
runs-on: [ci]
|
||||||
if: false
|
# if: false
|
||||||
|
|
||||||
# Point all steps at the host's rootless Podman socket
|
# Point all steps at the host's rootless Podman socket
|
||||||
env:
|
env:
|
||||||
|
|
@ -128,8 +128,8 @@ jobs:
|
||||||
|
|
||||||
test-frontend:
|
test-frontend:
|
||||||
runs-on: [ci]
|
runs-on: [ci]
|
||||||
if: false
|
# if: false
|
||||||
# needs: test-backend
|
needs: test-backend
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout code
|
- name: Checkout code
|
||||||
|
|
@ -141,7 +141,7 @@ jobs:
|
||||||
build-backend:
|
build-backend:
|
||||||
runs-on: [ci]
|
runs-on: [ci]
|
||||||
# if: false
|
# if: false
|
||||||
# needs: [test-backend, test-frontend]
|
needs: [test-backend, test-frontend]
|
||||||
# needs: [test-frontend]
|
# needs: [test-frontend]
|
||||||
|
|
||||||
env:
|
env:
|
||||||
|
|
@ -176,8 +176,8 @@ jobs:
|
||||||
|
|
||||||
build-frontend:
|
build-frontend:
|
||||||
runs-on: [ci]
|
runs-on: [ci]
|
||||||
if: false
|
# if: false
|
||||||
# needs: [test-backend, test-frontend]
|
needs: [test-backend, test-frontend]
|
||||||
# needs: [test-frontend]
|
# needs: [test-frontend]
|
||||||
|
|
||||||
env:
|
env:
|
||||||
|
|
@ -236,9 +236,9 @@ jobs:
|
||||||
|
|
||||||
deploy-prod:
|
deploy-prod:
|
||||||
runs-on: [prod]
|
runs-on: [prod]
|
||||||
needs: [build-backend]
|
# needs: [build-backend]
|
||||||
# needs: [build-frontend]
|
# needs: [build-frontend]
|
||||||
# needs: [build-backend, build-frontend]
|
needs: [build-backend, build-frontend]
|
||||||
|
|
||||||
env:
|
env:
|
||||||
CONTAINER_HOST: unix:///run/user/1001/podman/podman.sock
|
CONTAINER_HOST: unix:///run/user/1001/podman/podman.sock
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue