Skip to content

Commit 6a3a422

Browse files
committed
set shell to bash
1 parent 38b91e6 commit 6a3a422

File tree

1 file changed

+13
-14
lines changed

1 file changed

+13
-14
lines changed

.github/workflows/testing.yml

Lines changed: 13 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -75,8 +75,7 @@ jobs:
7575
- name: Build package
7676
run: cargo build --release
7777
- name: Run creation
78-
run: |
79-
./scripts/ci_run.sh ${{ matrix.project_type }} 1
78+
run: ./scripts/ci_run.sh ${{ matrix.project_type }} 1
8079
- name: Install Dependencies
8180
working-directory: ${{ env.WORKING_DIR }}
8281
run: |
@@ -114,8 +113,8 @@ jobs:
114113
- name: Build package
115114
run: cargo build --release
116115
- name: Run creation
117-
run: |
118-
./scripts/ci_run.sh ${{ matrix.project_type }} 1
116+
run: ./scripts/ci_run.sh ${{ matrix.project_type }} 1
117+
shell: bash
119118
- name: Install Dependencies
120119
working-directory: ${{ env.WORKING_DIR }}
121120
run: |
@@ -157,8 +156,7 @@ jobs:
157156
- name: Build package
158157
run: cargo build --release
159158
- name: Run creation
160-
run: |
161-
./scripts/ci_run.sh ${{ matrix.project_type }} 2
159+
run: ./scripts/ci_run.sh ${{ matrix.project_type }} 2
162160
- name: Install Dependencies
163161
working-directory: ${{ env.WORKING_DIR }}
164162
run: poetry install
@@ -198,8 +196,8 @@ jobs:
198196
- name: Build package
199197
run: cargo build --release
200198
- name: Run creation
201-
run: |
202-
./scripts/ci_run.sh ${{ matrix.project_type }} 2
199+
run: ./scripts/ci_run.sh ${{ matrix.project_type }} 2
200+
shell: bash
203201
- name: Install Dependencies
204202
working-directory: ${{ env.WORKING_DIR }}
205203
run: poetry install
@@ -282,6 +280,7 @@ jobs:
282280
run: cargo build --release
283281
- name: Run creation
284282
run: ./scripts/ci_run.sh ${{ matrix.project_type }} 3
283+
shell: bash
285284
- name: Install Dependencies
286285
working-directory: ${{ env.WORKING_DIR }}
287286
run: |
@@ -354,8 +353,8 @@ jobs:
354353
- name: Build package
355354
run: cargo build --release
356355
- name: Run creation
357-
run: |
358-
./scripts/ci_run.sh ${{ matrix.project_type }} 4
356+
run: ./scripts/ci_run.sh ${{ matrix.project_type }} 4
357+
shell: bash
359358
- name: Install Dependencies
360359
working-directory: ${{ env.WORKING_DIR }}
361360
run: |
@@ -387,8 +386,8 @@ jobs:
387386
- name: Build package
388387
run: cargo build --release
389388
- name: Run creation
390-
run: |
391-
./scripts/ci_run.sh ${{ matrix.project_type }} 5
389+
run: ./scripts/ci_run.sh ${{ matrix.project_type }} 5
390+
shell: bash
392391
- name: Install Pixi
393392
uses: prefix-dev/[email protected]
394393
with:
@@ -423,8 +422,8 @@ jobs:
423422
- name: Build package
424423
run: cargo build --release
425424
- name: Run creation
426-
run: |
427-
./scripts/ci_run.sh ${{ matrix.project_type }} 5
425+
run: ./scripts/ci_run.sh ${{ matrix.project_type }} 5
426+
shell: bash
428427
- name: Install Pixi
429428
uses: prefix-dev/[email protected]
430429
with:

0 commit comments

Comments
 (0)