Update .github/workflows/build_pull_request.yml
This commit is contained in:
parent
e5d31e5fbb
commit
1a710003ed
1 changed files with 2 additions and 4 deletions
6
.github/workflows/build_pull_request.yml
vendored
6
.github/workflows/build_pull_request.yml
vendored
|
@ -14,9 +14,7 @@ env:
|
|||
jobs:
|
||||
prepare:
|
||||
name: Prepare job
|
||||
runs-on: docker
|
||||
container:
|
||||
image: node:18-alpine
|
||||
runs-on: ubuntu-22.04
|
||||
outputs:
|
||||
individualMatrix: ${{ steps.generate-matrices.outputs.individualMatrix }}
|
||||
steps:
|
||||
|
@ -50,7 +48,7 @@ jobs:
|
|||
build_individual:
|
||||
name: Build individual modules
|
||||
needs: prepare
|
||||
runs-on: docker
|
||||
runs-on: ubuntu-22.04
|
||||
strategy:
|
||||
matrix: ${{ fromJSON(needs.prepare.outputs.individualMatrix) }}
|
||||
steps:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue