Skip to content

Commit

Permalink
不要なrunを削除
Browse files Browse the repository at this point in the history
  • Loading branch information
sugama-satsuki committed Jul 8, 2024
1 parent c6372a6 commit 6e2ae1b
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ name: build
on:
push:
branches:
- master
- main
tags: ['*']
pull_request:
branches:
- master
- main

jobs:
build:
Expand All @@ -27,10 +27,8 @@ jobs:
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
- run: npm ci
- run: npm run build
- run: npm run lint
- run: npm test
- run: npm run build
# allow fails
# - run: npm run test:addresses || true

Expand Down

0 comments on commit 6e2ae1b

Please sign in to comment.