Skip to content

Commit

Permalink
udpated CI scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
kwhitley committed Mar 13, 2024
1 parent 05c7acd commit f5aa26e
Show file tree
Hide file tree
Showing 5 changed files with 1,146 additions and 14,812 deletions.
11 changes: 4 additions & 7 deletions .github/workflows/coveralls.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,16 +8,13 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1

- name: Use Node.js 20.x
uses: actions/setup-node@v3
with:
node-version: 20.x

- name: npm install, npm run coverage
run: |
npm install
npm run coverage
- name: Install Dependencies
run: yarn
- name: Test & Generate Coverage
run: yarn coverage
- name: Coveralls
uses: coverallsapp/github-action@v2
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:

steps:
- uses: actions/checkout@v2
- name: Use Node.js
- name: Use Node.js 20.x
uses: actions/setup-node@v1
with:
node-version: '20.x'
Expand Down
5 changes: 3 additions & 2 deletions .github/workflows/verify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,11 @@ jobs:

steps:
- uses: actions/checkout@v2
- name: Use Node.js
- name: Use Node.js 20.x
uses: actions/setup-node@v1
with:
node-version: '20.x'
- name: Install dependencies
run: yarn
- run: yarn verify
- name: Verify
run: yarn verify
Loading

0 comments on commit f5aa26e

Please sign in to comment.