Skip to content

Commit 511b71c

Browse files
authored
update integrations-ci.yml workflow (#697)
1 parent 068da7e commit 511b71c

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

.github/workflows/integrations-ci.yml

+8-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
name: CI - Integrations
2+
23
on:
34
push:
5+
branches:
6+
- main
7+
paths:
8+
- "integrations/**"
9+
10+
pull_request:
411
paths:
512
- "integrations/**"
613

@@ -62,7 +69,7 @@ jobs:
6269
working-directory: ./integrations
6370

6471
- name: Run tests with code coverage
65-
run: COVERAGE=true bundle exec rspec
72+
run: COVERAGE=true bundle exec rake
6673
working-directory: ./integrations
6774

6875
- name: Install Code Climate Test Reporter

0 commit comments

Comments
 (0)