Skip to content

Commit

Permalink
Only diff the relevant directory
Browse files Browse the repository at this point in the history
  • Loading branch information
robin-aws committed Feb 2, 2024
1 parent a1bb060 commit 3ecf635
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/library_java_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ jobs:
make generate_properties_file
# TODO: Should probably be a top-level make target
# TODO: Check Dafny code in library_dafny_verification.yml instead
- name: Regenerate code using smithy-dafny
working-directory: ./${{ matrix.library }}
run: |
Expand All @@ -71,7 +72,7 @@ jobs:
cd ..
make setup_prettier
make format_java_misc
git diff --exit-code || (echo "ERROR" && exit 1)
git diff --exit-code runtimes/java || (echo "ERROR" && exit 1)
- name: Setup Java 8
uses: actions/setup-java@v3
Expand Down

0 comments on commit 3ecf635

Please sign in to comment.