Skip to content

Chore: Merge Staging into Prod #158

Chore: Merge Staging into Prod

Chore: Merge Staging into Prod #158

Workflow file for this run

name: Run Continuous Integration
on:
pull_request:
jobs:
go-test:
if: github.repository == 'grafana/killercoda'
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
with:
path: killercoda
persist-credentials: false
- uses: actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # v5.2.0
with:
go-version-file: killercoda/tools/transformer/go.mod
- run: go test ./...
working-directory: killercoda/tools/transformer