Skip to content

Commit

Permalink
test: ci test
Browse files Browse the repository at this point in the history
  • Loading branch information
eun-hak committed May 9, 2024
1 parent b717f31 commit c8cf60f
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 @@ -24,7 +24,7 @@ jobs:
- uses: actions/setup-node@v2
with:
node-version: '20'
- run: npm run install
- run: npm install
- run: npm run lint

build:
Expand All @@ -40,7 +40,7 @@ jobs:
- uses: actions/setup-node@v2
with:
node-version: '20'
- run: npm run install
- run: npm install
- run: CI='false' npm run build

test:
Expand All @@ -56,5 +56,5 @@ jobs:
- uses: actions/setup-node@v2
with:
node-version: '20'
- run: npm run install
- run: npm install
- run: npm run test

0 comments on commit c8cf60f

Please sign in to comment.