Skip to content

Commit

Permalink
Update github action
Browse files Browse the repository at this point in the history
  • Loading branch information
carlogilmar committed Apr 24, 2022
1 parent 6eaa8e3 commit e99b1cc
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: Run Tests in my project every push on GitHub

on: [push]
on: [push, pull_request]

jobs:
build:
Expand All @@ -9,7 +9,3 @@ jobs:
- uses: actions/checkout@v1
- name: Run Jest
uses: stefanoeb/[email protected]
- name: Install modules
run: yarn
- name: Run ESlint
run: yarn run eslint .

0 comments on commit e99b1cc

Please sign in to comment.