Skip to content

Commit

Permalink
[refactoring] add final condition check and enable testing
Browse files Browse the repository at this point in the history
  • Loading branch information
AndyBoWu committed Jan 18, 2024
1 parent 81fd248 commit 079e980
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci-publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
# paths:
# - 'package.json'
# Triggered only the PR is merged
types: [opened, synchronize, reopened, closed]
types: [closed]

jobs:
# Add timestamp
Expand Down Expand Up @@ -110,8 +110,8 @@ jobs:
run: pnpm build

# Disabled test for now for later validation
# - name: Test
# run: pnpm test
- name: Test
run: pnpm test

- name: Publish to npm
run: |
Expand Down

0 comments on commit 079e980

Please sign in to comment.