Update .github/workflows/build_pull_request.yml
This commit is contained in:
parent
91b664183c
commit
2b430d27e9
1 changed files with 3 additions and 3 deletions
6
.github/workflows/build_pull_request.yml
vendored
6
.github/workflows/build_pull_request.yml
vendored
|
@ -18,6 +18,9 @@ jobs:
|
|||
outputs:
|
||||
individualMatrix: ${{ steps.generate-matrices.outputs.individualMatrix }}
|
||||
steps:
|
||||
- name: Clone repo
|
||||
uses: https://github.com/actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
|
||||
|
||||
- name: Install Node.js manually
|
||||
run: |
|
||||
apt-get update
|
||||
|
@ -31,9 +34,6 @@ jobs:
|
|||
- name: Run tests
|
||||
run: npm test
|
||||
|
||||
- name: Clone repo
|
||||
uses: https://github.com/actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
|
||||
|
||||
- name: Validate Gradle Wrapper
|
||||
uses: https://github.com/gradle/wrapper-validation-action@a494d935f4b56874c4a5a87d19af7afcf3a163d0 # v2
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue