Skip to content

Commit

Permalink
Test UI Service
Browse files Browse the repository at this point in the history
  • Loading branch information
agrare committed Apr 26, 2024
1 parent 569110d commit 6360678
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:

jobs:
cross-repo:
uses: ManageIQ/manageiq-cross_repo/.github/workflows/manageiq_cross_repo.yaml@master
uses: agrare/manageiq-cross_repo/.github/workflows/manageiq_cross_repo.yaml@fix_node_js_install
with:
test-repos: '["ManageIQ/manageiq@master"]'
test-repos: '["ManageIQ/manageiq-ui-service@master"]'
repos: ManageIQ/manageiq@master
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", "~> 2.0"
gem "manageiq-cross_repo", "~> 2.0", :git => "https://github.com/agrare/manageiq-cross_repo.git", :branch => "fix_node_js_install"

0 comments on commit 6360678

Please sign in to comment.