Different runner
Some checks failed
CI / Frontend unit tests (pull_request) Successful in 37s
CI / Backend tests (pull_request) Failing after 36s
CI / Frontend lint (pull_request) Successful in 43s
CI / Frontend build (pull_request) Successful in 27s
CI / Playwright e2e (pull_request) Has been skipped
Some checks failed
CI / Frontend unit tests (pull_request) Successful in 37s
CI / Backend tests (pull_request) Failing after 36s
CI / Frontend lint (pull_request) Successful in 43s
CI / Frontend build (pull_request) Successful in 27s
CI / Playwright e2e (pull_request) Has been skipped
This commit is contained in:
parent
40e2c478fb
commit
f6696a6553
2 changed files with 6 additions and 6 deletions
|
|
@ -9,7 +9,7 @@ on:
|
|||
jobs:
|
||||
backend:
|
||||
name: Backend tests
|
||||
runs-on: ubuntu-latest
|
||||
runs-on: docker
|
||||
defaults:
|
||||
run:
|
||||
working-directory: backend
|
||||
|
|
@ -32,7 +32,7 @@ jobs:
|
|||
|
||||
frontend-lint:
|
||||
name: Frontend lint
|
||||
runs-on: ubuntu-latest
|
||||
runs-on: docker
|
||||
defaults:
|
||||
run:
|
||||
working-directory: frontend
|
||||
|
|
@ -53,7 +53,7 @@ jobs:
|
|||
|
||||
frontend-test:
|
||||
name: Frontend unit tests
|
||||
runs-on: ubuntu-latest
|
||||
runs-on: docker
|
||||
defaults:
|
||||
run:
|
||||
working-directory: frontend
|
||||
|
|
@ -74,7 +74,7 @@ jobs:
|
|||
|
||||
frontend-build:
|
||||
name: Frontend build
|
||||
runs-on: ubuntu-latest
|
||||
runs-on: docker
|
||||
defaults:
|
||||
run:
|
||||
working-directory: frontend
|
||||
|
|
@ -95,7 +95,7 @@ jobs:
|
|||
|
||||
e2e:
|
||||
name: Playwright e2e
|
||||
runs-on: ubuntu-latest
|
||||
runs-on: docker
|
||||
needs: [backend, frontend-build]
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
|
|
|
|||
|
|
@ -11,7 +11,7 @@ env:
|
|||
|
||||
jobs:
|
||||
build-and-push:
|
||||
runs-on: ubuntu-latest
|
||||
runs-on: docker
|
||||
permissions:
|
||||
contents: read
|
||||
packages: write
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue