Skip to content

Commit

Permalink
remove coma
Browse files Browse the repository at this point in the history
  • Loading branch information
ArnaudBger committed Sep 5, 2024
1 parent e16a2ee commit 4d27c5c
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,11 @@ jobs:
matrix:
go-version: [ 1.21.x ]
os: [ubuntu-latest, macos-latest]

env:
TEST_LOCAL_CODEGEN: "true",
RUN_INTEGRATION_TESTS: "true",
CODEGEN_MAINNET_API_KEY: ${{ secrets.CODEGEN_MAINNET_API_KEY }},
TEST_LOCAL_CODEGEN: "true"
RUN_INTEGRATION_TESTS: "true"
CODEGEN_MAINNET_API_KEY: ${{ secrets.CODEGEN_MAINNET_API_KEY }}
steps:
- name: Set up Go
uses: actions/setup-go@v2
Expand Down

0 comments on commit 4d27c5c

Please sign in to comment.