Skip to content

Commit ad43682

Browse files
committed
Install Ruby deps from inside each module folder
This is how it works on CircleCI.
1 parent 46a4d3b commit ad43682

23 files changed

Lines changed: 28 additions & 0 deletions

.github/workflows/ci_accountability.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ jobs:
4646
${{ runner.OS }}-
4747
- run: bundle install --path vendor/bundle --jobs 4 --retry 3
4848
name: Install Ruby deps
49+
working-directory: ${{ env.DECIDIM_MODULE }}
4950
- run: bundle exec rake test_app
5051
name: Create test app
5152
- run: mkdir -p ./spec/decidim_dummy_app/tmp/screenshots

.github/workflows/ci_admin.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ jobs:
4646
${{ runner.OS }}-
4747
- run: bundle install --path vendor/bundle --jobs 4 --retry 3
4848
name: Install Ruby deps
49+
working-directory: ${{ env.DECIDIM_MODULE }}
4950
- run: bundle exec rake test_app
5051
name: Create test app
5152
- run: mkdir -p ./spec/decidim_dummy_app/tmp/screenshots

.github/workflows/ci_api.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ jobs:
4646
${{ runner.OS }}-
4747
- run: bundle install --path vendor/bundle --jobs 4 --retry 3
4848
name: Install Ruby deps
49+
working-directory: ${{ env.DECIDIM_MODULE }}
4950
- run: bundle exec rake test_app
5051
name: Create test app
5152
- run: mkdir -p ./spec/decidim_dummy_app/tmp/screenshots

.github/workflows/ci_assemblies.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ jobs:
4646
${{ runner.OS }}-
4747
- run: bundle install --path vendor/bundle --jobs 4 --retry 3
4848
name: Install Ruby deps
49+
working-directory: ${{ env.DECIDIM_MODULE }}
4950
- run: bundle exec rake test_app
5051
name: Create test app
5152
- run: mkdir -p ./spec/decidim_dummy_app/tmp/screenshots

.github/workflows/ci_blogs.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ jobs:
4646
${{ runner.OS }}-
4747
- run: bundle install --path vendor/bundle --jobs 4 --retry 3
4848
name: Install Ruby deps
49+
working-directory: ${{ env.DECIDIM_MODULE }}
4950
- run: bundle exec rake test_app
5051
name: Create test app
5152
- run: mkdir -p ./spec/decidim_dummy_app/tmp/screenshots

.github/workflows/ci_budgets.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ jobs:
4646
${{ runner.OS }}-
4747
- run: bundle install --path vendor/bundle --jobs 4 --retry 3
4848
name: Install Ruby deps
49+
working-directory: ${{ env.DECIDIM_MODULE }}
4950
- run: bundle exec rake test_app
5051
name: Create test app
5152
- run: mkdir -p ./spec/decidim_dummy_app/tmp/screenshots

.github/workflows/ci_comments.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ jobs:
4646
${{ runner.OS }}-
4747
- run: bundle install --path vendor/bundle --jobs 4 --retry 3
4848
name: Install Ruby deps
49+
working-directory: ${{ env.DECIDIM_MODULE }}
4950
- run: bundle exec rake test_app
5051
name: Create test app
5152
- run: mkdir -p ./spec/decidim_dummy_app/tmp/screenshots

.github/workflows/ci_conferences.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ jobs:
4646
${{ runner.OS }}-
4747
- run: bundle install --path vendor/bundle --jobs 4 --retry 3
4848
name: Install Ruby deps
49+
working-directory: ${{ env.DECIDIM_MODULE }}
4950
- run: bundle exec rake test_app
5051
name: Create test app
5152
- run: mkdir -p ./spec/decidim_dummy_app/tmp/screenshots

.github/workflows/ci_consultations.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ jobs:
4646
${{ runner.OS }}-
4747
- run: bundle install --path vendor/bundle --jobs 4 --retry 3
4848
name: Install Ruby deps
49+
working-directory: ${{ env.DECIDIM_MODULE }}
4950
- run: bundle exec rake test_app
5051
name: Create test app
5152
- run: mkdir -p ./spec/decidim_dummy_app/tmp/screenshots

.github/workflows/ci_core.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ jobs:
4646
${{ runner.OS }}-
4747
- run: bundle install --path vendor/bundle --jobs 4 --retry 3
4848
name: Install Ruby deps
49+
working-directory: ${{ env.DECIDIM_MODULE }}
4950
- run: bundle exec rake test_app
5051
name: Create test app
5152
- run: mkdir -p ./spec/decidim_dummy_app/tmp/screenshots

0 commit comments

Comments
 (0)