Skip to content

Commit

Permalink
Switch to github actions based cross-repo-tests
Browse files Browse the repository at this point in the history
  • Loading branch information
agrare committed Feb 8, 2022
1 parent e96709a commit 22922d1
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 22922d1

Please sign in to comment.