mirror of
https://github.com/Mercantec-GHC/h5-projekt-mst.git
synced 2026-08-27 05:37:39 +02:00
fix pipelines
This commit is contained in:
parent
c1645497b2
commit
5959ca4fbb
2
.github/workflows/backend.yml
vendored
2
.github/workflows/backend.yml
vendored
@ -6,7 +6,7 @@ on:
|
|||||||
paths: [ "backend/**" ]
|
paths: [ "backend/**" ]
|
||||||
pull_request:
|
pull_request:
|
||||||
branches: [ "main" ]
|
branches: [ "main" ]
|
||||||
workflow_dispatch
|
workflow_dispatch:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
check:
|
check:
|
||||||
|
|||||||
4
.github/workflows/game.yml
vendored
4
.github/workflows/game.yml
vendored
@ -11,8 +11,11 @@ on:
|
|||||||
jobs:
|
jobs:
|
||||||
check:
|
check:
|
||||||
name: Check
|
name: Check
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
container: sfja/h5-mst-ci:game-ci
|
||||||
needs: [lint, build_and_test]
|
needs: [lint, build_and_test]
|
||||||
lint:
|
lint:
|
||||||
|
name: Lint
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
container: sfja/h5-mst-ci:game-ci
|
container: sfja/h5-mst-ci:game-ci
|
||||||
steps:
|
steps:
|
||||||
@ -26,6 +29,7 @@ jobs:
|
|||||||
continue-on-error: true
|
continue-on-error: true
|
||||||
run: cargo clippy
|
run: cargo clippy
|
||||||
build_and_test:
|
build_and_test:
|
||||||
|
name: Build and test
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
container: sfja/h5-mst-ci:game-ci
|
container: sfja/h5-mst-ci:game-ci
|
||||||
steps:
|
steps:
|
||||||
|
|||||||
2
.github/workflows/skateboard.yml
vendored
2
.github/workflows/skateboard.yml
vendored
@ -6,7 +6,7 @@ on:
|
|||||||
paths: [ "skateboard/**" ]
|
paths: [ "skateboard/**" ]
|
||||||
pull_request:
|
pull_request:
|
||||||
branches: [ "main" ]
|
branches: [ "main" ]
|
||||||
workflow_dispatch
|
workflow_dispatch:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
check:
|
check:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user