Skip to content

Commit 3f003ec

Browse files
committed
Run tasks
1 parent cedf877 commit 3f003ec

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/ci.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -201,3 +201,10 @@ jobs:
201201
shell: bash
202202
run: |
203203
make FC=$FC FORTRAN_COMPILER=$FORTRAN_COMPILER install || make FC=$FC FORTRAN_COMPILER=$FORTRAN_COMPILER install || make FC=$FC FORTRAN_COMPILER=$FORTRAN_COMPILER install
204+
205+
# Run the build task:
206+
- name: "Running ${{ matrix.BUILD_TASK}} task"
207+
shell: bash
208+
run: |
209+
chmod +x ./tools/ci/github/script
210+
"./tools/ci/github/script ${{ matrix.BUILD_TASK }}"

0 commit comments

Comments
 (0)