Skip to content

Commit

Permalink
test: remove test..
Browse files Browse the repository at this point in the history
  • Loading branch information
SeUkKim committed Oct 4, 2024
1 parent 75ff41c commit cce4e7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ on:
push:
branches:
- main
-
- 'release/*'
paths:
- 'src/**'
Expand All @@ -31,6 +32,5 @@ jobs:
steps:
- uses: actions/checkout@v4
- run: npm install
- run: npm run test
- run: npm run lint
- run: npm run build

0 comments on commit cce4e7a

Please sign in to comment.