Skip to content

Commit ddd57e7

Browse files
authored
Merge pull request #594 from fog/debug-workflows
Remove unnecessary workflow stage
2 parents 252c025 + 1f528b1 commit ddd57e7

8 files changed

+0
-16
lines changed

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,6 @@ jobs:
3939
with:
4040
ruby-version: ${{ matrix.ruby-version }}
4141
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
42-
- name: Install dependencies
43-
run: bundle install
4442
- name: Run tests
4543
run: >-
4644
./.github/scripts/setup_creds.sh &&

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,6 @@ jobs:
3939
with:
4040
ruby-version: ${{ matrix.ruby-version }}
4141
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
42-
- name: Install dependencies
43-
run: bundle install
4442
- name: Run tests
4543
run: >-
4644
./.github/scripts/setup_creds.sh &&

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,6 @@ jobs:
3939
with:
4040
ruby-version: ${{ matrix.ruby-version }}
4141
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
42-
- name: Install dependencies
43-
run: bundle install
4442
- name: Run tests
4543
run: >-
4644
./.github/scripts/setup_creds.sh &&

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,6 @@ jobs:
3939
with:
4040
ruby-version: ${{ matrix.ruby-version }}
4141
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
42-
- name: Install dependencies
43-
run: bundle install
4442
- name: Run tests
4543
run: >-
4644
./.github/scripts/setup_creds.sh &&

.github/workflows/integration-monitoring.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,6 @@ jobs:
4040
with:
4141
ruby-version: ${{ matrix.ruby-version }}
4242
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
43-
- name: Install dependencies
44-
run: bundle install
4543
- name: Run tests
4644
run: >-
4745
./.github/scripts/setup_creds.sh &&

.github/workflows/integration-pubsub.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,6 @@ jobs:
4040
with:
4141
ruby-version: ${{ matrix.ruby-version }}
4242
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
43-
- name: Install dependencies
44-
run: bundle install
4543
- name: Run tests
4644
run: >-
4745
./.github/scripts/setup_creds.sh &&

.github/workflows/integration-sql.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,6 @@ jobs:
4040
with:
4141
ruby-version: ${{ matrix.ruby-version }}
4242
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
43-
- name: Install dependencies
44-
run: bundle install
4543
- name: Run tests
4644
run: >-
4745
./.github/scripts/setup_creds.sh &&

.github/workflows/integration-storage.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,6 @@ jobs:
4141
with:
4242
ruby-version: ${{ matrix.ruby-version }}
4343
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
44-
- name: Install dependencies
45-
run: bundle install
4644
- name: Run tests
4745
run: >-
4846
./.github/scripts/setup_creds.sh &&

0 commit comments

Comments
 (0)