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 8fa6c11 commit d50d8cf
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/_build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
permissions:
contents: read
packages: write
actions: read
id-token: write
steps:
- uses: google-github-actions/auth@v2
with:
Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,12 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v4

- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: '18.x'

- name: Dependencies
run: npm ci

- name: Test and Build
run: npm install -g pkg && npm test && npm run build
build:
Expand Down

0 comments on commit d50d8cf

Please sign in to comment.