We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd07c4c commit 40f28f2Copy full SHA for 40f28f2
.github/workflows/ci-for-test.yml
@@ -12,6 +12,13 @@ jobs:
12
- name: Check out Repository
13
uses: actions/[email protected]
14
15
+ - name: Create local.properties file
16
+ run: touch local.properties
17
+
18
+ - name: Add Base URL to local.properties file
19
+ run: |
20
+ echo "TUK_BASE_URL=KEY" >> local.properties
21
22
- name: Set up JDK 21
23
uses: actions/setup-java@v3
24
with:
0 commit comments