Skip to content

Commit

Permalink
update workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
lalalune committed Mar 4, 2024
1 parent bd13192 commit 3e6e5b6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Lint
name: Build

on:
push:
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,4 @@ jobs:
- uses: actions/setup-node@v2

- run: npm ci
- run: npm run build --if-present
- run: npm run test -- ./src/lib/

0 comments on commit 3e6e5b6

Please sign in to comment.