temporarily skip test stages
This commit is contained in:
parent
167918c0f0
commit
f0d541080a
1 changed files with 4 additions and 4 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,7 +128,7 @@ jobs:
|
|||
|
||||
test-frontend:
|
||||
runs-on: [ci]
|
||||
# if: false
|
||||
if: false
|
||||
needs: test-backend
|
||||
|
||||
steps:
|
||||
|
|
@ -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:
|
||||
|
|
@ -177,7 +177,7 @@ jobs:
|
|||
build-frontend:
|
||||
runs-on: [ci]
|
||||
# if: false
|
||||
needs: [test-backend, test-frontend]
|
||||
# needs: [test-backend, test-frontend]
|
||||
# needs: [test-frontend]
|
||||
|
||||
env:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue