Skip to content

Commit

Permalink
A few small improvement to the CI workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
dvacca-onfido committed Sep 4, 2024
1 parent cff7b5b commit 4f8e282
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/update-specs-and-client-libraries.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -170,6 +170,7 @@ jobs:
image: ${{ matrix.image }}
needs: generate_specs_and_libraries
strategy:
max-parallel: 1
matrix:
include:
- generator: java/okhttp-gson
Expand Down Expand Up @@ -200,6 +201,7 @@ jobs:
# environment: generation
steps:
- name: Install pre-requisites
if: ${{ matrix.update }}
run: |
if [ "$(command -v rsync)" = "" ];
then
Expand Down

0 comments on commit 4f8e282

Please sign in to comment.