Skip to content

Commit

Permalink
fix: add build to ci and rename workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
martines3000 committed Mar 29, 2024
1 parent 5ad1dca commit b3fff13
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: RUN ES LINT ANS TESTS
name: Build, Lint and Test
on: push
jobs:
build:
Expand Down Expand Up @@ -32,5 +32,8 @@ jobs:
- name: Run ESLint
run: npm run lint:check

- name: Build
run: npm run build

- name: Run Tests
run: npm run test

0 comments on commit b3fff13

Please sign in to comment.