Skip to content

Commit

Permalink
Update jest-standard.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
sebkolind committed Nov 25, 2023
1 parent e4768dd commit de7a54c
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/jest-standard.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Jest & Standard
name: Jest

on: [push, pull_request]

Expand All @@ -17,9 +17,6 @@ jobs:

- name: Install Dependencies
run: npm install

- name: Run standard
run: npm run standard

m
- name: Run Jest
run: npm test

0 comments on commit de7a54c

Please sign in to comment.