Skip to content

Commit

Permalink
add clean install step before verify in go
Browse files Browse the repository at this point in the history
  • Loading branch information
xiazcy committed Sep 12, 2022
1 parent 40a1f12 commit a252522
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -317,6 +317,7 @@ jobs:
working-directory: .
run: |
touch gremlin-go/.glv
mvn clean install -pl -:gremlin-python,-:gremlin-javascript,-:gremlin-dotnet,-:gremlin-dotnet-source,-:gremlin-dotnet-tests -q -DskipTests -Dci
mvn verify -pl :gremlin-go
- name: Upload to Codecov
uses: codecov/codecov-action@v3
Expand Down

0 comments on commit a252522

Please sign in to comment.