Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
BurakYs committed May 13, 2024
1 parent 949dfa6 commit 0a457a9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ jobs:

steps:
- uses: actions/checkout@v3

- name: Use Node.js
uses: actions/setup-node@v3
with:
Expand All @@ -34,4 +33,4 @@ jobs:
- name: Run tests
run: |
npm run build
npm test
npm test

0 comments on commit 0a457a9

Please sign in to comment.