Skip to content

Commit 0115e9c

Browse files
committed
Fix 429 error retry
1 parent 58f8c80 commit 0115e9c

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/ci-unit-tests.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ jobs:
1212
runs-on: ubuntu-latest
1313
steps:
1414
- uses: actions/checkout@v4
15+
- name: Create local.properties
16+
run: touch local.properties
1517
- name: set up JDK 17
1618
uses: actions/setup-java@v3
1719
with:

0 commit comments

Comments
 (0)