Update .github/workflows/build_pull_request.yml
This commit is contained in:
parent
1719674c04
commit
a0be04784a
1 changed files with 4 additions and 2 deletions
6
.github/workflows/build_pull_request.yml
vendored
6
.github/workflows/build_pull_request.yml
vendored
|
@ -15,11 +15,13 @@ jobs:
|
|||
prepare:
|
||||
name: Prepare job
|
||||
runs-on: ubuntu-22.04
|
||||
container:
|
||||
image: node:18-bullseye
|
||||
outputs:
|
||||
individualMatrix: ${{ steps.generate-matrices.outputs.individualMatrix }}
|
||||
steps:
|
||||
- name: Set up Node.js container
|
||||
run: |
|
||||
docker run --rm -v "$PWD":/app -w /app node:18-bullseye sh -c "npm install && npm test"
|
||||
|
||||
- name: Clone repo
|
||||
uses: https://github.com/actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue