test: only run ci on ubuntu-latest
This commit is contained in:
parent
f93ab464fe
commit
c28927140a
1 changed files with 3 additions and 4 deletions
7
.github/workflows/pr-gated.yml
vendored
7
.github/workflows/pr-gated.yml
vendored
|
@ -16,11 +16,10 @@ jobs:
|
|||
matrix:
|
||||
node_version:
|
||||
- 20.x
|
||||
- 22.x
|
||||
os: [ubuntu-latest, windows-latest, macOS-latest]
|
||||
os: [ubuntu-latest]
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: actions/checkout@v3
|
||||
- name: Use Node.js ${{ matrix.node_version }}
|
||||
uses: actions/setup-node@v3
|
||||
with:
|
||||
|
@ -36,4 +35,4 @@ jobs:
|
|||
working-directory: ./ui
|
||||
- name: build:ui
|
||||
run: yarn build
|
||||
working-directory: ./ui
|
||||
working-directory: ./ui
|
||||
|
|
Loading…
Add table
Reference in a new issue