Skip to content

Commit

Permalink
Merge pull request #581 from agrare/github_actions
Browse files Browse the repository at this point in the history
Switch to github actions based cross-repo-tests
  • Loading branch information
Fryguy authored Feb 8, 2022
2 parents e96709a + 22922d1 commit 34857a6
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 24 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
name: Cross Repo Tests

on: [pull_request]

jobs:
manageiq:
uses: ManageIQ/manageiq-cross_repo/.github/workflows/manageiq_cross_repo.yaml@master
with:
test-repo: ManageIQ/manageiq@master
repos: ManageIQ/manageiq@master
23 changes: 0 additions & 23 deletions .travis.yml

This file was deleted.

2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
source "https://rubygems.org"

gem "manageiq-cross_repo", "~> 1.1"
gem "manageiq-cross_repo", "~> 2.0"

0 comments on commit 34857a6

Please sign in to comment.