Skip to content

Commit

Permalink
Fix tests for foreman_3_3 branch (theforeman#787)
Browse files Browse the repository at this point in the history
  • Loading branch information
ShimShtein committed Dec 6, 2022
1 parent 3966c99 commit 39bd761
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/images/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ RUN \
git clone --depth 1 --branch 3.3-stable https://github.com/theforeman/foreman.git; \
git clone --depth 1 --branch KATELLO-4.5 https://github.com/Katello/katello.git; \
git clone --depth 1 --branch v6.0.2 https://github.com/theforeman/foreman-tasks.git; \
git clone --depth 1 --branch master https://github.com/theforeman/foreman_rh_cloud.git
git clone --depth 1 --branch foreman_3_3 https://github.com/theforeman/foreman_rh_cloud.git

RUN \
cd /projects/foreman; \
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/ruby_tests.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
name: Ruby tests
on:
push:
branches: [master, foreman_2_1, foreman_1_24]
branches: [foreman_3_3]
paths-ignore:
- '**/.github/**/*'
pull_request:
branches: [master, foreman_2_1, foreman_1_24]
branches: [foreman_3_3]
paths-ignore:
- '**/.github/**/*'

Expand All @@ -31,7 +31,7 @@ jobs:

runs-on: ubuntu-latest
container:
image: ghcr.io/theforeman/tfm_plugin_test:master
image: ghcr.io/theforeman/tfm_plugin_test:foreman_3_3

services:
postgres:
Expand Down

0 comments on commit 39bd761

Please sign in to comment.