Skip to content

Commit

Permalink
ci: no run test
Browse files Browse the repository at this point in the history
  • Loading branch information
Bugs5382 committed Nov 18, 2023
1 parent b293c5e commit 3f8ad58
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ jobs:
node-version: ${{ matrix.node-version }}
- name: Install Dependencies
run: npm install --ignore-scripts
- name: Run Unit Tests
run: npm run test:ci
# - name: Run Unit Tests
# run: npm run test:ci
- name: Release Drafter
uses: release-drafter/release-drafter@v5.9.0
env:
Expand Down

0 comments on commit 3f8ad58

Please sign in to comment.