Skip to content

chore: Sentry の設定を外す #2516

chore: Sentry の設定を外す

chore: Sentry の設定を外す #2516

Workflow file for this run

name: Node CI
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Use Node.js
uses: actions/setup-node@v3
with:
node-version-file: '.node-version'
cache: yarn
- run: yarn
- run: yarn lint
- run: yarn prettier:check
- run: yarn build
- run: yarn test
env:
CI: true
- name: Archive code coverage results
uses: actions/upload-artifact@v3
with:
name: code-coverage-report
path: coverage/lcov-report