temporarily skip test stages

This commit is contained in:
continuist 2025-10-25 19:23:23 -04:00
parent 167918c0f0
commit f0d541080a

View file

@ -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,7 +128,7 @@ jobs:
test-frontend: test-frontend:
runs-on: [ci] runs-on: [ci]
# if: false if: false
needs: test-backend needs: test-backend
steps: steps:
@ -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:
@ -177,7 +177,7 @@ 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: