Skip to content

Commit f331311

Browse files
committed
Simplify CI
1 parent e504a36 commit f331311

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -9,16 +9,12 @@ jobs:
99
build:
1010
runs-on: ubuntu-latest
1111

12-
name: Build
12+
name: CI
1313
steps:
1414
- uses: actions/checkout@v4
1515
- uses: actions/setup-node@v4
1616
with:
1717
node-version: 'lts/*'
1818
cache: 'yarn'
19-
- uses: borales/actions-yarn@v4
20-
with:
21-
cmd: install
22-
- uses: borales/actions-yarn@v4
23-
with:
24-
cmd: run ci
19+
- run: yarn install
20+
- run: yarn run ci

0 commit comments

Comments
 (0)