File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
src/test/resources/test-config Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -75,12 +75,12 @@ jobs:
75
75
76
76
- run : |
77
77
echo "Run, Build Application using script"
78
- ./gradlew build
78
+ ./gradlew build -DapplicationProperties="src/test/resources/test-config/application-test.properties"
79
79
80
80
- name : Perform CodeQL Analysis
81
81
uses : github/codeql-action/analyze@v2
82
82
with :
83
- category : " /language:${{matrix.language}} "
83
+ category : " /language:java
84
84
85
85
review:
86
86
name: Review Dependencies and create SBOM
Original file line number Diff line number Diff line change @@ -39,6 +39,6 @@ management.endpoints.web.exposure.include=*
39
39
# Mapping-Service specific settings
40
40
# #################################################
41
41
# Absolute path to the local python interpreter
42
- mapping-service.pythonLocation =file:///usr/bin/python3
42
+ mapping-service.pythonLocation =file://\hostedtoolcache\windows\Python\3.9.13\x64\python.exe
43
43
# Absolute path to the local gemma mappings folder
44
44
mapping-service.mappingSchemasLocation =file://mapping-service
You can’t perform that action at this time.
0 commit comments