Skip to content

Commit 0e86c4f

Browse files
authored
clean up github actions (#625)
1 parent 94360c0 commit 0e86c4f

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

.github/workflows/maven.yml

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -38,17 +38,6 @@ jobs:
3838
- name: Build with Maven
3939
run: ./mvnw clean install -pl sling-org-apache-sling-karaf-features,sling-org-apache-sling-karaf-configs,pantheon-bundle,pantheon-karaf-feature,pantheon-karaf-dist
4040

41-
- name: Install Go dependencies
42-
working-directory: tools/git2pantheon
43-
run: |
44-
go get gopkg.in/src-d/go-git.v4
45-
46-
- name: Build git2pantheon
47-
working-directory: tools/git2pantheon
48-
run: |
49-
go build
50-
go test -race -coverprofile=coverage.txt -covermode=atomic
51-
5241
- name: Push to Codecov
5342
uses: codecov/codecov-action@v1
5443
if: ${{ matrix.java }} == '1.8'

0 commit comments

Comments
 (0)