Skip to content

Commit

Permalink
ci: remove test-build script run from ci
Browse files Browse the repository at this point in the history
  • Loading branch information
sergeysova committed Oct 2, 2021
1 parent aa8dd76 commit 4fd7387
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,6 @@ jobs:
- name: Build
run: yarn build

- name: Build test
run: yarn test-build

- name: Run tests
run: yarn test
env:
Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,6 @@ jobs:
- name: Build
run: yarn build

- name: Build test
run: yarn test-build

- name: Run tests
run: yarn test
env:
Expand Down

0 comments on commit 4fd7387

Please sign in to comment.