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:
|
matrix:
|
||||||
node_version:
|
node_version:
|
||||||
- 20.x
|
- 20.x
|
||||||
- 22.x
|
os: [ubuntu-latest]
|
||||||
os: [ubuntu-latest, windows-latest, macOS-latest]
|
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v3
|
||||||
- name: Use Node.js ${{ matrix.node_version }}
|
- name: Use Node.js ${{ matrix.node_version }}
|
||||||
uses: actions/setup-node@v3
|
uses: actions/setup-node@v3
|
||||||
with:
|
with:
|
||||||
|
@ -36,4 +35,4 @@ jobs:
|
||||||
working-directory: ./ui
|
working-directory: ./ui
|
||||||
- name: build:ui
|
- name: build:ui
|
||||||
run: yarn build
|
run: yarn build
|
||||||
working-directory: ./ui
|
working-directory: ./ui
|
||||||
|
|
Loading…
Add table
Reference in a new issue