Skip to content

Commit

Permalink
Remove env set in an attempt to fix tests
Browse files Browse the repository at this point in the history
See #592
  • Loading branch information
Temikus committed Apr 22, 2023
1 parent e466f1f commit 14487b4
Show file tree
Hide file tree
Showing 8 changed files with 0 additions and 40 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/integration-compute-core.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,6 @@ jobs:
- 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
5 changes: 0 additions & 5 deletions .github/workflows/integration-compute-instance_groups.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,6 @@ jobs:
- 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
5 changes: 0 additions & 5 deletions .github/workflows/integration-compute-loadbalancing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,6 @@ jobs:
- 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
5 changes: 0 additions & 5 deletions .github/workflows/integration-compute-networking.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,6 @@ jobs:
- 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
5 changes: 0 additions & 5 deletions .github/workflows/integration-monitoring.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,11 +37,6 @@ jobs:
- 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
5 changes: 0 additions & 5 deletions .github/workflows/integration-pubsub.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,11 +37,6 @@ jobs:
- 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
5 changes: 0 additions & 5 deletions .github/workflows/integration-sql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,11 +37,6 @@ jobs:
- 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
5 changes: 0 additions & 5 deletions .github/workflows/integration-storage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,11 +38,6 @@ jobs:
- 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

0 comments on commit 14487b4

Please sign in to comment.