Skip to content

Commit

Permalink
Update npm.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
iway1 authored Dec 22, 2022
1 parent d92f7bc commit 0c3d64a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/npm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
types: [published]

jobs:
build:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
Expand All @@ -15,6 +15,7 @@ jobs:
- run: yarn test:panel

publish-npm:
needs: test
runs-on: ubuntu-latest
concurrency: "run"
steps:
Expand Down

0 comments on commit 0c3d64a

Please sign in to comment.