Skip to content

Commit

Permalink
[*] chore: Remove unused fields in Github action files
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew-M-C committed Sep 8, 2023
1 parent 363729e commit 2305b9f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 6 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/go_test_general.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,6 @@ jobs:
- name: Show Environments
run: |
echo repo status ======== && git status
echo GITHUB_REF = ${{ env.GITHUB_REF }}
echo GITHUB_REF_NAME = ${{ env.GITHUB_REF_NAME }}
echo GO_VER = ${{ matrix.GO_VER }}
echo HOST_OS = ${{ matrix.HOST_OS }}
echo envs ======== && printenv
4 changes: 0 additions & 4 deletions .github/workflows/go_ver_check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,6 @@ jobs:
- name: Show Environments
run: |
echo repo status ======== && git status
echo GITHUB_REF = ${{ env.GITHUB_REF }}
echo GITHUB_REF_NAME = ${{ env.GITHUB_REF_NAME }}
echo GO_VER = ${{ matrix.GO_VER }}
echo HOST_OS = ${{ matrix.HOST_OS }}
echo envs ======== && printenv
Expand All @@ -55,8 +53,6 @@ jobs:
- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v3
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
with:
files: ./coverage.out
fail_ci_if_error: true
Expand Down
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,6 @@

# Dependency directories (remove the comment below to include it)
# vendor/

# Coverage result files
cover.*

0 comments on commit 2305b9f

Please sign in to comment.