Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions .github/workflows/pull_request_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,12 @@ jobs:
uses: actions/setup-node@v1
with:
node-version: "16"
- name: Install npm Dependencies
run: npm install
- name: Install yarn Dependencies
run: yarn install
- name: Run Linting
run: npm run lint
run: yarn run lint
- name: Run Tests
run: npm run ci-test
run: yarn run ci-test
- name: Publish Coveralls
uses: coverallsapp/github-action@master
with:
Expand Down
Loading