Skip to content

Commit

Permalink
fix: ci workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
ota-meshi committed Mar 24, 2023
1 parent f330b35 commit 899c71d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,9 @@ jobs:
- name: ▶️ Run lint script
run: npm run lint

- name: 🏗 Build
run: npm run build

test:
name:
🧪 Test (Node@${{ matrix.node }} - ESLint@${{ matrix.eslint }} - ${{
Expand Down Expand Up @@ -85,9 +88,6 @@ jobs:
- name: 📥 Install ESLint v${{ matrix.eslint }}
run: npm install --save-dev eslint@${{ matrix.eslint }}

- name: 🏗 Build
run: npm run build

- name: ▶️ Run test script
run: npm run test

Expand Down

0 comments on commit 899c71d

Please sign in to comment.