Merge back v2023.12.30-alpha.1633 to development #701
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
env: | |
CI: true | |
jobs: | |
test: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v4 | |
with: | |
fetch-depth: '0' | |
ref: ${{github.head_ref}} | |
- name: Use Node.js lts | |
uses: actions/setup-node@v4 | |
with: | |
node-version-file: .nvmrc | |
- run: bash ./scripts/ci/setup.sh | |
- run: bash ./scripts/ci/test.sh | |
name: Verify PR | |
on: pull_request_target |