Skip to content

Commit 1a593f5

Browse files
authored
chore(ci): run verify script (#112)
1 parent f555452 commit 1a593f5

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/test-build.yml

+4-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88

99
jobs:
1010
build:
11-
runs-on: ubuntu-latest
11+
runs-on: macos-latest
1212

1313
steps:
1414
- uses: actions/checkout@v4
@@ -26,3 +26,6 @@ jobs:
2626

2727
- name: Run build
2828
run: yarn build
29+
30+
- name: Run verify
31+
run: yarn verify

0 commit comments

Comments
 (0)