Skip to content

Commit

Permalink
Merge pull request #593 from fog/fixup-workflows
Browse files Browse the repository at this point in the history
Update workflows
  • Loading branch information
Temikus authored Apr 22, 2023
2 parents 4d914bb + 14487b4 commit 4436940
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 49 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/integration-compute-core.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,14 +33,9 @@ jobs:
max-parallel: 1

steps:
- uses: actions/checkout@v3.1.0
- uses: actions/checkout@v3
- name: Set up Ruby
uses: ruby/setup-ruby@v1
env:
# Needs to be set up for self-hosted runners, see:
# https://github.com/ruby/setup-ruby#using-self-hosted-runners
# Image used in runners: summerwind/actions-runner
ImageOS: ubuntu20
with:
ruby-version: ${{ matrix.ruby-version }}
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
Expand Down
7 changes: 1 addition & 6 deletions .github/workflows/integration-compute-instance_groups.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,14 +33,9 @@ jobs:
max-parallel: 1

steps:
- uses: actions/checkout@v3.1.0
- uses: actions/checkout@v3
- name: Set up Ruby
uses: ruby/setup-ruby@v1
env:
# Needs to be set up for self-hosted runners, see:
# https://github.com/ruby/setup-ruby#using-self-hosted-runners
# Image used in runners: summerwind/actions-runner
ImageOS: ubuntu20
with:
ruby-version: ${{ matrix.ruby-version }}
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
Expand Down
7 changes: 1 addition & 6 deletions .github/workflows/integration-compute-loadbalancing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,14 +33,9 @@ jobs:
max-parallel: 1

steps:
- uses: actions/checkout@v3.1.0
- uses: actions/checkout@v3
- name: Set up Ruby
uses: ruby/setup-ruby@v1
env:
# Needs to be set up for self-hosted runners, see:
# https://github.com/ruby/setup-ruby#using-self-hosted-runners
# Image used in runners: summerwind/actions-runner
ImageOS: ubuntu20
with:
ruby-version: ${{ matrix.ruby-version }}
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
Expand Down
7 changes: 1 addition & 6 deletions .github/workflows/integration-compute-networking.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,14 +33,9 @@ jobs:
max-parallel: 1

steps:
- uses: actions/checkout@v3.1.0
- uses: actions/checkout@v3
- name: Set up Ruby
uses: ruby/setup-ruby@v1
env:
# Needs to be set up for self-hosted runners, see:
# https://github.com/ruby/setup-ruby#using-self-hosted-runners
# Image used in runners: summerwind/actions-runner
ImageOS: ubuntu20
with:
ruby-version: ${{ matrix.ruby-version }}
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
Expand Down
7 changes: 1 addition & 6 deletions .github/workflows/integration-monitoring.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,14 +34,9 @@ jobs:
max-parallel: 1

steps:
- uses: actions/checkout@v3.1.0
- uses: actions/checkout@v3
- name: Set up Ruby
uses: ruby/setup-ruby@v1
env:
# Needs to be set up for self-hosted runners, see:
# https://github.com/ruby/setup-ruby#using-self-hosted-runners
# Image used in runners: summerwind/actions-runner
ImageOS: ubuntu20
with:
ruby-version: ${{ matrix.ruby-version }}
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
Expand Down
7 changes: 1 addition & 6 deletions .github/workflows/integration-pubsub.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,14 +34,9 @@ jobs:
max-parallel: 1

steps:
- uses: actions/checkout@v3.1.0
- uses: actions/checkout@v3
- name: Set up Ruby
uses: ruby/setup-ruby@v1
env:
# Needs to be set up for self-hosted runners, see:
# https://github.com/ruby/setup-ruby#using-self-hosted-runners
# Image used in runners: summerwind/actions-runner
ImageOS: ubuntu20
with:
ruby-version: ${{ matrix.ruby-version }}
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
Expand Down
7 changes: 1 addition & 6 deletions .github/workflows/integration-sql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,14 +34,9 @@ jobs:
max-parallel: 1

steps:
- uses: actions/checkout@v3.1.0
- uses: actions/checkout@v3
- name: Set up Ruby
uses: ruby/setup-ruby@v1
env:
# Needs to be set up for self-hosted runners, see:
# https://github.com/ruby/setup-ruby#using-self-hosted-runners
# Image used in runners: summerwind/actions-runner
ImageOS: ubuntu20
with:
ruby-version: ${{ matrix.ruby-version }}
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
Expand Down
7 changes: 1 addition & 6 deletions .github/workflows/integration-storage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,14 +35,9 @@ jobs:
max-parallel: 1

steps:
- uses: actions/checkout@v3.1.0
- uses: actions/checkout@v3
- name: Set up Ruby
uses: ruby/setup-ruby@v1
env:
# Needs to be set up for self-hosted runners, see:
# https://github.com/ruby/setup-ruby#using-self-hosted-runners
# Image used in runners: summerwind/actions-runner
ImageOS: ubuntu20
with:
ruby-version: ${{ matrix.ruby-version }}
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/unit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
ruby-version: ['2.5', '2.6', '2.7', '3.0', '3.1', 'head', 'truffleruby-head']

steps:
- uses: actions/checkout@v3.1.0
- uses: actions/checkout@v3
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
Expand Down

0 comments on commit 4436940

Please sign in to comment.