Skip to content

Commit 14487b4

Browse files
committed
Remove env set in an attempt to fix tests
See #592
1 parent e466f1f commit 14487b4

8 files changed

+0
-40
lines changed

.github/workflows/integration-compute-core.yml

-5
Original file line numberDiff line numberDiff line change
@@ -36,11 +36,6 @@ jobs:
3636
- uses: actions/checkout@v3
3737
- name: Set up Ruby
3838
uses: ruby/setup-ruby@v1
39-
env:
40-
# Needs to be set up for self-hosted runners, see:
41-
# https://github.com/ruby/setup-ruby#using-self-hosted-runners
42-
# Image used in runners: summerwind/actions-runner
43-
ImageOS: ubuntu20
4439
with:
4540
ruby-version: ${{ matrix.ruby-version }}
4641
bundler-cache: true # runs 'bundle install' and caches installed gems automatically

.github/workflows/integration-compute-instance_groups.yml

-5
Original file line numberDiff line numberDiff line change
@@ -36,11 +36,6 @@ jobs:
3636
- uses: actions/checkout@v3
3737
- name: Set up Ruby
3838
uses: ruby/setup-ruby@v1
39-
env:
40-
# Needs to be set up for self-hosted runners, see:
41-
# https://github.com/ruby/setup-ruby#using-self-hosted-runners
42-
# Image used in runners: summerwind/actions-runner
43-
ImageOS: ubuntu20
4439
with:
4540
ruby-version: ${{ matrix.ruby-version }}
4641
bundler-cache: true # runs 'bundle install' and caches installed gems automatically

.github/workflows/integration-compute-loadbalancing.yml

-5
Original file line numberDiff line numberDiff line change
@@ -36,11 +36,6 @@ jobs:
3636
- uses: actions/checkout@v3
3737
- name: Set up Ruby
3838
uses: ruby/setup-ruby@v1
39-
env:
40-
# Needs to be set up for self-hosted runners, see:
41-
# https://github.com/ruby/setup-ruby#using-self-hosted-runners
42-
# Image used in runners: summerwind/actions-runner
43-
ImageOS: ubuntu20
4439
with:
4540
ruby-version: ${{ matrix.ruby-version }}
4641
bundler-cache: true # runs 'bundle install' and caches installed gems automatically

.github/workflows/integration-compute-networking.yml

-5
Original file line numberDiff line numberDiff line change
@@ -36,11 +36,6 @@ jobs:
3636
- uses: actions/checkout@v3
3737
- name: Set up Ruby
3838
uses: ruby/setup-ruby@v1
39-
env:
40-
# Needs to be set up for self-hosted runners, see:
41-
# https://github.com/ruby/setup-ruby#using-self-hosted-runners
42-
# Image used in runners: summerwind/actions-runner
43-
ImageOS: ubuntu20
4439
with:
4540
ruby-version: ${{ matrix.ruby-version }}
4641
bundler-cache: true # runs 'bundle install' and caches installed gems automatically

.github/workflows/integration-monitoring.yml

-5
Original file line numberDiff line numberDiff line change
@@ -37,11 +37,6 @@ jobs:
3737
- uses: actions/checkout@v3
3838
- name: Set up Ruby
3939
uses: ruby/setup-ruby@v1
40-
env:
41-
# Needs to be set up for self-hosted runners, see:
42-
# https://github.com/ruby/setup-ruby#using-self-hosted-runners
43-
# Image used in runners: summerwind/actions-runner
44-
ImageOS: ubuntu20
4540
with:
4641
ruby-version: ${{ matrix.ruby-version }}
4742
bundler-cache: true # runs 'bundle install' and caches installed gems automatically

.github/workflows/integration-pubsub.yml

-5
Original file line numberDiff line numberDiff line change
@@ -37,11 +37,6 @@ jobs:
3737
- uses: actions/checkout@v3
3838
- name: Set up Ruby
3939
uses: ruby/setup-ruby@v1
40-
env:
41-
# Needs to be set up for self-hosted runners, see:
42-
# https://github.com/ruby/setup-ruby#using-self-hosted-runners
43-
# Image used in runners: summerwind/actions-runner
44-
ImageOS: ubuntu20
4540
with:
4641
ruby-version: ${{ matrix.ruby-version }}
4742
bundler-cache: true # runs 'bundle install' and caches installed gems automatically

.github/workflows/integration-sql.yml

-5
Original file line numberDiff line numberDiff line change
@@ -37,11 +37,6 @@ jobs:
3737
- uses: actions/checkout@v3
3838
- name: Set up Ruby
3939
uses: ruby/setup-ruby@v1
40-
env:
41-
# Needs to be set up for self-hosted runners, see:
42-
# https://github.com/ruby/setup-ruby#using-self-hosted-runners
43-
# Image used in runners: summerwind/actions-runner
44-
ImageOS: ubuntu20
4540
with:
4641
ruby-version: ${{ matrix.ruby-version }}
4742
bundler-cache: true # runs 'bundle install' and caches installed gems automatically

.github/workflows/integration-storage.yml

-5
Original file line numberDiff line numberDiff line change
@@ -38,11 +38,6 @@ jobs:
3838
- uses: actions/checkout@v3
3939
- name: Set up Ruby
4040
uses: ruby/setup-ruby@v1
41-
env:
42-
# Needs to be set up for self-hosted runners, see:
43-
# https://github.com/ruby/setup-ruby#using-self-hosted-runners
44-
# Image used in runners: summerwind/actions-runner
45-
ImageOS: ubuntu20
4641
with:
4742
ruby-version: ${{ matrix.ruby-version }}
4843
bundler-cache: true # runs 'bundle install' and caches installed gems automatically

0 commit comments

Comments
 (0)