Skip to content

Commit

Permalink
syntax fix in yml file
Browse files Browse the repository at this point in the history
  • Loading branch information
dah-fari7009 authored Apr 15, 2024
1 parent 214843b commit dbd69ec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@ jobs:
cache: maven
- name: Build with Maven
run: |
cd Flowdroid && mvn -DskipTests clean install
cd FlowDroid && mvn -DskipTests clean install
cd ../Backstage && mvn -DskipTests clean install
cd ../GoalExplorer && mvn -DskipTests clean install
cd ../GoalExplorer && mvn -DskipTests clean package
# Optional: Uploads the full dependency graph to GitHub to improve the quality of Dependabot alerts this repository can receive
- name: Update dependency graph
Expand Down

0 comments on commit dbd69ec

Please sign in to comment.