mirror of
https://github.com/paralus/paralus.git
synced 2026-02-14 17:49:51 +00:00
Last sanity check before publishing image in release workflow
This commit is contained in:
9
.github/workflows/release.yml
vendored
9
.github/workflows/release.yml
vendored
@@ -21,6 +21,15 @@ jobs:
|
||||
- name: Checkout repository
|
||||
uses: actions/checkout@v2
|
||||
|
||||
- name: Set up Go
|
||||
uses: actions/setup-go@v2
|
||||
with:
|
||||
go-version: ${{ matrix.go-version }}
|
||||
|
||||
# Sanity check before publishing
|
||||
- name: Test all
|
||||
run: go test -v ./...
|
||||
|
||||
- name: Log in to the Container registry
|
||||
uses: docker/login-action@f054a8b539a109f9f41c372932f1ae047eff08c9
|
||||
with:
|
||||
|
||||
Reference in New Issue
Block a user