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.
2 parents 952339b + 1abdb52 commit d928e4fCopy full SHA for d928e4f
.github/workflows/Gauth-CD.yml
@@ -25,6 +25,11 @@ jobs:
25
run: chmod +x ./gradlew
26
shell: bash
27
28
+ - name: Create application.yml
29
+ run: |
30
+ touch ./src/main/resources/application.yml
31
+ echo "${{ secrets.APPLICATION_YML }}" > ./src/main/resources/application.yml
32
+ shell: bash
33
34
- name: Build with Gradle
35
run: ./gradlew clean build -i -x test
.github/workflows/ci.yml
@@ -45,4 +45,4 @@ jobs:
45
46
47
48
- run: ./gradlew clean build
+ run: ./gradlew clean build -x test
0 commit comments