We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e96709a + 22922d1 commit 34857a6Copy full SHA for 34857a6
.github/workflows/ci.yaml
@@ -0,0 +1,10 @@
1
+name: Cross Repo Tests
2
+
3
+on: [pull_request]
4
5
+jobs:
6
+ manageiq:
7
+ uses: ManageIQ/manageiq-cross_repo/.github/workflows/manageiq_cross_repo.yaml@master
8
+ with:
9
+ test-repo: ManageIQ/manageiq@master
10
+ repos: ManageIQ/manageiq@master
.travis.yml
Gemfile
@@ -1,3 +1,3 @@
source "https://rubygems.org"
-gem "manageiq-cross_repo", "~> 1.1"
+gem "manageiq-cross_repo", "~> 2.0"
0 commit comments