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/**" ]
|
||||
pull_request:
|
||||
branches: [ "main" ]
|
||||
workflow_dispatch
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
check:
|
||||
|
||||
4
.github/workflows/game.yml
vendored
4
.github/workflows/game.yml
vendored
@ -11,8 +11,11 @@ on:
|
||||
jobs:
|
||||
check:
|
||||
name: Check
|
||||
runs-on: ubuntu-latest
|
||||
container: sfja/h5-mst-ci:game-ci
|
||||
needs: [lint, build_and_test]
|
||||
lint:
|
||||
name: Lint
|
||||
runs-on: ubuntu-latest
|
||||
container: sfja/h5-mst-ci:game-ci
|
||||
steps:
|
||||
@ -26,6 +29,7 @@ jobs:
|
||||
continue-on-error: true
|
||||
run: cargo clippy
|
||||
build_and_test:
|
||||
name: Build and test
|
||||
runs-on: ubuntu-latest
|
||||
container: sfja/h5-mst-ci:game-ci
|
||||
steps:
|
||||
|
||||
2
.github/workflows/skateboard.yml
vendored
2
.github/workflows/skateboard.yml
vendored
@ -6,7 +6,7 @@ on:
|
||||
paths: [ "skateboard/**" ]
|
||||
pull_request:
|
||||
branches: [ "main" ]
|
||||
workflow_dispatch
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
check:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user