Skip to content

Commit

Permalink
ci: run tests on dependabot
Browse files Browse the repository at this point in the history
  • Loading branch information
sergioramos committed Aug 25, 2020
1 parent 1fac57c commit 5bc9e9a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/on-dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@ jobs:
env:
YARN_CHECKSUM_BEHAVIOR: update
YARN_ENABLE_SCRIPTS: 0
- name: Test
run: yarn run test
- name: Get branch
uses: rlespinasse/[email protected]
- name: Push changes
Expand Down
5 changes: 4 additions & 1 deletion .github/workflows/on-push.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
name: Continuous Integration

on: push
on:
push:
branches:
- '!dependabot/**'

jobs:
setup:
Expand Down

0 comments on commit 5bc9e9a

Please sign in to comment.