Skip to content

Commit

Permalink
Add unit tests to github actions
Browse files Browse the repository at this point in the history
Signed-off-by: Sylvain Rabot <sylvain@abstraction.fr>
  • Loading branch information
sylr committed Dec 12, 2020
1 parent 25a63e5 commit 0685471
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@ jobs:
test-linux:
name: Test Linux
runs-on: [ubuntu-latest]
env:
GOPATH: ${{ github.workspace }}/go
steps:

- name: Set up Go 1.x
Expand All @@ -51,6 +53,9 @@ jobs:
env:
KUSTOMIZE_DOCKER_E2E: true

- name: Test test-unit-kustomize-all
run: make test-unit-kustomize-all

test-macos:
name: Test MacOS
runs-on: [macos-latest]
Expand Down

0 comments on commit 0685471

Please sign in to comment.