Skip to content

Commit 43069cd

Browse files
committed
tidy ci file
1 parent c3d7c8c commit 43069cd

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/ci.yaml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,6 @@ jobs:
5252
- name: "Check Java version"
5353
run: |
5454
java -version
55-
ls -al
5655
- name: "Build headers"
5756
working-directory: "jostle"
5857
run: |
@@ -73,9 +72,6 @@ jobs:
7372
BC_JDK25: "${{ env.JAVA_HOME_25_X64 }}${{ env.JAVA_HOME_25_ARM64 }}"
7473
run: |
7574
./gradlew clean build
76-
- name: Foo
77-
run: |
78-
ls -al ${{ github.workspace }}/jostle/jostle/build/test-results/unitTest8
7975
- name: Publish Test Report
8076
uses: mikepenz/action-junit-report@v5
8177
if: success() || failure() # always run even if the previous step fails

0 commit comments

Comments
 (0)