diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml index 4917e6333b..ab73c1963e 100644 --- a/.github/workflows/macos.yml +++ b/.github/workflows/macos.yml @@ -57,6 +57,7 @@ jobs: run: make -C build $JOBS - name: Extract gems run: make -C build update-gems extract-gems + if: matrix.test_task == 'check' - name: Tests run: make -C build $JOBS -s ${{ matrix.test_task }} env: diff --git a/.github/workflows/ubuntu.yml b/.github/workflows/ubuntu.yml index 9fe374f628..fd3fdf7d53 100644 --- a/.github/workflows/ubuntu.yml +++ b/.github/workflows/ubuntu.yml @@ -86,6 +86,7 @@ jobs: run: make -C build $JOBS - name: Extract gems run: make -C build update-gems extract-gems + if: matrix.test_task == 'check' - name: Tests run: make -C build $JOBS -s ${{ matrix.test_task }} env: