Skip to content
This repository was archived by the owner on Nov 25, 2021. It is now read-only.

Commit 6adb829

Browse files
authored
ci: fix gh actions build.yml (#405)
1 parent 9f58f26 commit 6adb829

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ jobs:
1919
- run: yarn typecheck
2020
- run: yarn eslint
2121
- run: yarn build
22-
- run: yarn arn test -- --single-run --browsers ChromeHeadlessNoSandbox
22+
- run: yarn test -- --single-run --browsers ChromeHeadlessNoSandbox
2323
- run: 'bash <(curl -s https://codecov.io/bash)'
2424
- name: release
25-
if: github.event_name == 'push' && github.ref == 'refs/heads/master'
26-
run: yarn run semantic-release
25+
if: github.event_name == 'push' && github.ref == 'refs/heads/master'
26+
run: yarn run semantic-release

0 commit comments

Comments
 (0)