Skip to content

Commit

Permalink
Processes: update to new command script
Browse files Browse the repository at this point in the history
  • Loading branch information
emmanuelonah committed Jul 1, 2024
1 parent bee4487 commit 9d66f2e
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,17 +15,11 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v3
# Specify the Node.js version
- name: Set up Node.js
uses: actions/setup-node@v3
with:
node-version: '20'
# Install packages job
- name: Install packages
run: yarn install --non-interactive
# Eslint job
- name: Run ESLint
run: yarn run lint
# Unit test job
- name: Run UnitTest
run: yarn run local:ci
- name: Run linter, test-coverage and build
run: yarn run pre:deploy

0 comments on commit 9d66f2e

Please sign in to comment.