-
Notifications
You must be signed in to change notification settings - Fork 697
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Yaru Wang
committed
Aug 14, 2023
1 parent
f333b69
commit 1185d45
Showing
1 changed file
with
19 additions
and
19 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -59,24 +59,24 @@ jobs: | |
name: "${{ github.sha }}-coverage" | ||
path: ./profile.out | ||
|
||
test-e2e: | ||
runs-on: ubuntu-latest | ||
timeout-minutes: 45 | ||
steps: | ||
- uses: actions/setup-go@v4 | ||
with: | ||
go-version: 1.20.x | ||
- uses: actions/[email protected] | ||
- uses: technote-space/[email protected] | ||
with: | ||
PATTERNS: | | ||
**/**.go | ||
go.mod | ||
go.sum | ||
- name: Build Docker Image | ||
run: make docker-build-debug | ||
- name: Test E2E | ||
run: make test-e2e | ||
# test-e2e: | ||
# runs-on: ubuntu-latest | ||
# timeout-minutes: 45 | ||
# steps: | ||
# - uses: actions/setup-go@v4 | ||
# with: | ||
# go-version: 1.20.x | ||
# - uses: actions/[email protected] | ||
# - uses: technote-space/[email protected] | ||
# with: | ||
# PATTERNS: | | ||
# **/**.go | ||
# go.mod | ||
# go.sum | ||
# - name: Build Docker Image | ||
# run: make docker-build-debug | ||
# - name: Test E2E | ||
# run: make test-e2e | ||
|
||
repo-analysis: | ||
runs-on: ubuntu-latest | ||
|
@@ -161,7 +161,7 @@ jobs: | |
echo "::set-output name=pre_release_tag::$PRERELEASE_TAG" | ||
continue-on-error: true | ||
|
||
- Name: Build old binary | ||
- name: Build old binary | ||
run: | | ||
LATEST_RELEASE_TAG="${{ steps.get_latest_release.outputs.latest_release_tag }}" | ||
PRERELEASE_TAG="${{ steps.get_pre_release.outputs.pre_release_tag }}" | ||
|