Skip to content

Commit

Permalink
fix: test action
Browse files Browse the repository at this point in the history
  • Loading branch information
aykutkardas committed Feb 17, 2024
1 parent bd996a1 commit 288b4eb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node-version }}
- run: npm install
- run: npm run test
- run: yarn install
- run: yarn test
env:
CI: true

0 comments on commit 288b4eb

Please sign in to comment.