Skip to content

Commit

Permalink
check semver
Browse files Browse the repository at this point in the history
Signed-off-by: 楚岳 <[email protected]>
  • Loading branch information
wangyikewxgm committed Jul 15, 2022
1 parent 3ab602f commit 434c863
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/addon-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,10 @@ jobs:
- name: Check out code into the Go module directory
uses: actions/checkout@v2

- name: Check addon semver
run:|
make check-addon-semver

- name: Install ginkgo
run: |
sudo apt-get update
Expand Down
4 changes: 1 addition & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,8 @@ standard-metrics-test:
standard-autoscaler-test:
cd ./traits/autoscalertrait && make test

addon-test:
check-addon-semver:
bash ./test/e2e-test/hack/check-semver.sh
bash ./test/e2e-test/hack/addon-vela-test.sh
go run hack/e2e-test/addon-test/main.go


terraform-addon-gen:
Expand Down

0 comments on commit 434c863

Please sign in to comment.