Skip to content

Commit

Permalink
Adjusted path to the Java File
Browse files Browse the repository at this point in the history
  • Loading branch information
Jan-Thurner committed Apr 24, 2024
1 parent fca9b9b commit 72fa518
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/analysis-of-endpoint-connections.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,4 +50,4 @@ jobs:
run: ./gradlew build -x test

- name: Run QDox analysis
run: java -cp build/libs/*:. main/java/analysisOfEndpointConnections/AnalysisOfEndpointConnections.java $(cat modified_files.txt)
run: java -cp ../../build/libs/*:. src/main/java/analysisOfEndpointConnections/AnalysisOfEndpointConnections $(cat modified_files.txt)

0 comments on commit 72fa518

Please sign in to comment.