Skip to content
This repository has been archived by the owner on Jul 4, 2024. It is now read-only.

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
tomoyane committed Apr 13, 2024
1 parent 423aac3 commit e3b0e69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- name: Test and Build
run: npm install -g pkg && npm test && npm run build
build:
uses: ./.github/workflows/_build.yml
uses: ./.github/workflows/_build.yaml
needs: ci
if: ${{ !failure() && github.ref_name == 'add-ci' }}
with:
Expand Down

0 comments on commit e3b0e69

Please sign in to comment.