Skip to content

Commit

Permalink
Build client on packager test
Browse files Browse the repository at this point in the history
  • Loading branch information
Somfic committed Mar 16, 2024
1 parent ed27fce commit a33e150
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ jobs:
working-directory: ./src-csharp

- name: Build client
if: matrix.layer == 'client' && steps.client_changes.outputs.any_changed == 'true'
if: (matrix.layer == 'client' && steps.client_changes.outputs.any_changed == 'true') || (matrix.layer == 'packager' && steps.packager_changes.outputs.any_changed == 'true')
run: yarn run build-client

- name: Build server
Expand Down

0 comments on commit a33e150

Please sign in to comment.