Skip to content

Commit

Permalink
chore(ci): run tests in gh workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
AllanOricil committed Nov 2, 2024
1 parent d399067 commit 850891d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: CI
on:
push:
branches:
- '**'
- "**"

jobs:
build:
Expand All @@ -28,8 +28,8 @@ jobs:
- name: Lint
run: npm run lint

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

- name: Build
run: npm run build
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ jobs:
- name: Lint
run: npm run lint

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

- name: Build
run: npm run build
Expand Down

0 comments on commit 850891d

Please sign in to comment.