Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Yaru Wang committed Aug 14, 2023
1 parent f333b69 commit 1185d45
Showing 1 changed file with 19 additions and 19 deletions.
38 changes: 19 additions & 19 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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 }}"
Expand Down

0 comments on commit 1185d45

Please sign in to comment.