Skip to content

Commit

Permalink
fix: ci/cd
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolaferraro committed Feb 27, 2020
1 parent 0db6509 commit ce0df08
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
java-version: 1.8
- name: Run Tests
run: |
make test
make test package-artifacts
release:
runs-on: ubuntu-latest
Expand Down
1 change: 0 additions & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
module github.com/jboss-fuse/yaks

require (
github.com/NYTimes/gziphandler v1.0.1 // indirect
github.com/fatih/color v1.7.0
github.com/go-logr/logr v0.1.0
github.com/mattn/go-colorable v0.1.2 // indirect
Expand Down

0 comments on commit ce0df08

Please sign in to comment.