There was an error while loading. Please reload this page.
1 parent 58f8c80 commit 0115e9cCopy full SHA for 0115e9c
1 file changed
.github/workflows/ci-unit-tests.yml
@@ -12,6 +12,8 @@ jobs:
12
runs-on: ubuntu-latest
13
steps:
14
- uses: actions/checkout@v4
15
+ - name: Create local.properties
16
+ run: touch local.properties
17
- name: set up JDK 17
18
uses: actions/setup-java@v3
19
with:
0 commit comments