Skip to content

Commit

Permalink
chore: updating ci
Browse files Browse the repository at this point in the history
  • Loading branch information
paulushcgcj committed Sep 17, 2024
1 parent b90fc73 commit 0a7cea3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,10 @@ jobs:
id: npm-ci
run: npm ci

- name: Build
id: npm-build
run: npm run package

- name: Test Local Action
id: test-action
uses: ./
Expand Down

0 comments on commit 0a7cea3

Please sign in to comment.