Skip to content

Commit

Permalink
grade build and test java
Browse files Browse the repository at this point in the history
  • Loading branch information
fundthmcalculus committed Apr 7, 2022
1 parent c6e2829 commit d710bc9
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/test-java.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,6 @@ jobs:
distribution: 'adopt'
- name: Run Demos
run: |
foreach ($Item in Get-ChildItem -Include *_demo.py -Recurse) {
python $Item.FullName
}
gradle build
shell: pwsh
working-directory: samples/java

0 comments on commit d710bc9

Please sign in to comment.