Skip to content

Commit

Permalink
fix: remove test
Browse files Browse the repository at this point in the history
  • Loading branch information
ninoseki committed Jul 6, 2024
1 parent 16548cb commit 4038c0d
Showing 1 changed file with 0 additions and 21 deletions.
21 changes: 0 additions & 21 deletions .github/workflows/frontend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,27 +13,6 @@ on:
- ".github/workflows/frontend.yml"

jobs:
test:
runs-on: ubuntu-latest
defaults:
run:
working-directory: ./frontend
strategy:
matrix:
node-version:
- 20
steps:
- uses: actions/checkout@v4
- name: Set up Node.js
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
cache: npm
cache-dependency-path: frontend/package-lock.json
- name: Install npm dependencies
run: npm install
- name: Run tests
run: npm run test:unit -- --run
lint:
runs-on: ubuntu-latest
defaults:
Expand Down

0 comments on commit 4038c0d

Please sign in to comment.