Update .github/workflows/build_pull_request.yml

This commit is contained in:
AlmightyHak 2025-06-04 02:36:51 -05:00
parent 1719674c04
commit a0be04784a

View file

@ -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