Skip to content

Commit

Permalink
move go setup to template
Browse files Browse the repository at this point in the history
Signed-off-by: sailesh duddupudi <[email protected]>
  • Loading branch information
saileshd1402 committed Dec 3, 2024
1 parent 72dd617 commit d3e9031
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/integration-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -65,11 +65,6 @@ jobs:
python-version: ${{ matrix.python-version }}
gang-scheduler-name: ${{ matrix.gang-scheduler-name }}

- name: Setup Go
uses: actions/setup-go@v5
with:
go-version-file: go.mod

- name: Run tests
run: |
pip install pytest
Expand Down
5 changes: 5 additions & 0 deletions .github/workflows/setup-e2e-test/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,11 @@ runs:
with:
python-version: ${{ inputs.python-version }}

- name: Setup Go
uses: actions/setup-go@v5
with:
go-version-file: go.mod

- name: Create k8s Kind Cluster
uses: helm/kind-action@9fdad0686e6f19fcd572f62516f5e0436f562ee7
with:
Expand Down

0 comments on commit d3e9031

Please sign in to comment.