Skip to content

Commit

Permalink
Fix codecov action
Browse files Browse the repository at this point in the history
  • Loading branch information
nhatthm committed Feb 26, 2024
1 parent bd1180f commit ad80adb
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,15 +45,17 @@ jobs:
- name: Checkout code
uses: nhatthm/gh-actions/checkout@master

- name: Setup Environment
run: |
make "$GITHUB_ENV"
- name: Install Go
uses: nhatthm/gh-actions/setup-go@master
with:
go-version: ${{ matrix.go-version }}

- name: Setup Environment
run: |
git config --global --add safe.directory "$GITHUB_WORKSPACE"
make "$GITHUB_ENV"
- name: Install Dependencies
shell: bash
env:
Expand Down

0 comments on commit ad80adb

Please sign in to comment.