Skip to content

Commit

Permalink
一部のタスクを無効化
Browse files Browse the repository at this point in the history
  • Loading branch information
DekoKiyo committed Aug 22, 2024
1 parent d6da4a8 commit 594d44c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/lint_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,11 +39,11 @@ jobs:
- name: Install Dependencies
run: npm ci

- name: Run Lint
run: npm run lint
# - name: Run Lint
# run: npm run lint

- name: Run Test
run: npm run test
# - name: Run Test
# run: npm run test

- name: Build
run: npm run build
Expand Down

0 comments on commit 594d44c

Please sign in to comment.