disable integration testing
Signed-off-by: Casey Lee <cplee@nektos.com>
This commit is contained in:
parent
3dd50dfe28
commit
e4ee2ddab7
1 changed files with 1 additions and 2 deletions
3
.github/workflows/tag.yml
vendored
3
.github/workflows/tag.yml
vendored
|
@ -10,8 +10,7 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
- uses: ./.github/workflows/check
|
- uses: ./.github/workflows/check
|
||||||
- uses: ./.github/workflows/integration
|
#- uses: ./.github/workflows/integration
|
||||||
- uses: goreleaser/goreleaser-action@v1
|
|
||||||
- name: Run GoReleaser
|
- name: Run GoReleaser
|
||||||
uses: goreleaser/goreleaser-action@v1
|
uses: goreleaser/goreleaser-action@v1
|
||||||
with:
|
with:
|
||||||
|
|
Loading…
Reference in a new issue