fix: missing runs-on
Signed-off-by: Florian BOUILLON <f.bouillon@aptatio.com>
This commit is contained in:
parent
6ab90803c6
commit
54cc1dfa3d
3
.github/workflows/build_and_check.yml
vendored
3
.github/workflows/build_and_check.yml
vendored
@ -23,12 +23,14 @@ jobs:
|
||||
run: npm ci
|
||||
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
needs: 'install'
|
||||
steps:
|
||||
- name: Build
|
||||
run: npm run build
|
||||
|
||||
check:
|
||||
runs-on: ubuntu-latest
|
||||
needs: 'install'
|
||||
steps:
|
||||
- name: Check
|
||||
@ -39,6 +41,7 @@ jobs:
|
||||
|
||||
|
||||
test:
|
||||
runs-on: ubuntu-latest
|
||||
needs: 'build'
|
||||
steps:
|
||||
- name: Test
|
||||
|
Loading…
x
Reference in New Issue
Block a user