Skip to content

Commit

Permalink
updates
Browse files Browse the repository at this point in the history
  • Loading branch information
p0mvn committed Mar 14, 2024
1 parent 76f4594 commit 08788de
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/mainnet_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,10 @@ on:

jobs:
pricing_test:
runs-on: ubuntu-latest # This specifies the runner environment.
steps:
- name: Setup
uses: ./.github/workflows/setup-go.yml@main
- name: Setup Go
uses: ./.github/workflows/setup-go.yml@main # This refers to your reusable workflow
with:
go-version: '1.21'

Expand Down

0 comments on commit 08788de

Please sign in to comment.