Skip to content

Commit

Permalink
chore: revert back to bahmutov/npm-install for ci (#353)
Browse files Browse the repository at this point in the history
* chore: revert back to bahmutov/npm-install for ci

* chore: run build before test due to dependencies
  • Loading branch information
angeloashmore authored Apr 27, 2021
1 parent 1919b25 commit e096a49
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,6 @@ jobs:
- uses: actions/setup-node@v2
with:
node-version: '14'

- name: Install Yarn
run: npm install -g yarn

- run: yarn install
- uses: bahmutov/npm-install@v1
- run: yarn build
- run: yarn test

- name: Uninstall Yarn
if: always()
run: npm uninstall -g yarn

0 comments on commit e096a49

Please sign in to comment.