Skip to content

Commit

Permalink
Add setup Go step to unset env var check
Browse files Browse the repository at this point in the history
  • Loading branch information
angelapwen committed Nov 14, 2022
1 parent b298af0 commit dd2fdf4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/unset-environment-new-cli.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,9 @@ jobs:
uses: ./.github/prepare-test
with:
version: ${{ matrix.version }}
- uses: actions/setup-go@v3
with:
go-version: ^1.13.1
- uses: ./../action/init
with:
db-location: ${{ runner.temp }}/customDbLocation
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/unset-environment-old-cli.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,9 @@ jobs:
uses: ./.github/prepare-test
with:
version: ${{ matrix.version }}
- uses: actions/setup-go@v3
with:
go-version: ^1.13.1
- uses: ./../action/init
with:
languages: csharp,cpp,go,javascript,python
Expand Down

0 comments on commit dd2fdf4

Please sign in to comment.