Skip to content

Commit

Permalink
Merge pull request #31 from grafana/jdb/2024-06-add-go-test-workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
jdbaldry authored Jun 26, 2024
2 parents 8d8d1bc + eeff48f commit 7eab54b
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: Run Continuous Integration
on:
pull_request:
jobs:
go-test:
if: github.repository == 'grafana/killercoda'
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
path: killercoda
- uses: actions/setup-go@v5
with:
go-version-file: killercoda/tools/transformer/go.mod
- run: go test ./...
working-directory: killercoda/tools/transformer

0 comments on commit 7eab54b

Please sign in to comment.