Skip to content

Commit

Permalink
Adapt Rakefile and GitHub Actions for SLE-15-SP3
Browse files Browse the repository at this point in the history
  • Loading branch information
lslezak committed Mar 31, 2021
1 parent 6a65846 commit 4205f6a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/ci.yml
Expand Up @@ -8,7 +8,7 @@ on: [push, pull_request]
jobs:
Tests:
runs-on: ubuntu-latest
container: registry.opensuse.org/yast/head/containers/yast-ruby:latest
container: registry.opensuse.org/yast/sle-15/sp3/containers/yast-ruby:latest

steps:

Expand Down Expand Up @@ -36,7 +36,7 @@ jobs:

Rubocop:
runs-on: ubuntu-latest
container: registry.opensuse.org/yast/head/containers/yast-ruby:latest
container: registry.opensuse.org/yast/sle-15/sp3/containers/yast-ruby:latest

steps:

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

Package:
runs-on: ubuntu-latest
container: registry.opensuse.org/yast/head/containers/yast-ruby:latest
container: registry.opensuse.org/yast/sle-15/sp3/containers/yast-ruby:latest

steps:

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

Yardoc:
runs-on: ubuntu-latest
container: registry.opensuse.org/yast/head/containers/yast-ruby:latest
container: registry.opensuse.org/yast/sle-15/sp3/containers/yast-ruby:latest

steps:

Expand All @@ -77,7 +77,7 @@ jobs:
# checks into one job avoids that overhead
Checks:
runs-on: ubuntu-latest
container: registry.opensuse.org/yast/head/containers/yast-ruby:latest
container: registry.opensuse.org/yast/sle-15/sp3/containers/yast-ruby:latest

steps:

Expand Down
2 changes: 2 additions & 0 deletions Rakefile
@@ -1,4 +1,6 @@
require "yast/rake"

Yast::Tasks.submit_to :sle15sp3
require "find"
require "English"

Expand Down

0 comments on commit 4205f6a

Please sign in to comment.