Skip to content

Commit

Permalink
Additional test check
Browse files Browse the repository at this point in the history
  • Loading branch information
mephenor committed Apr 16, 2024
1 parent ba3f9b1 commit d65b134
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/monorepo_tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
outputs:
services: ${{ steps.services-changed.outputs.affected }}
steps:
- name: Checkout ${{matrix.service}}
- name: Checkout repository
uses: actions/checkout@v4
with:
filter: tree:0
Expand All @@ -33,6 +33,7 @@ jobs:
echo "affected=$(python3 ./scripts/affected_services.py)" >> $GITHUB_OUTPUT
test:
if: ${{needs.check-changes.outputs.services}}
needs: check-changes
runs-on: ubuntu-latest
strategy:
Expand Down

0 comments on commit d65b134

Please sign in to comment.