Skip to content

Commit

Permalink
(misc) update testing runners
Browse files Browse the repository at this point in the history
Signed-off-by: R.I.Pienaar <rip@devco.net>
  • Loading branch information
ripienaar committed Mar 7, 2023
1 parent 037bfe8 commit cf57821
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/test.yaml
@@ -1,24 +1,23 @@
name: Ginkgo Tests
name: Unit Tests
on: [push, pull_request]

jobs:
test:
strategy:
matrix:
go: [1.16, 1.17]
go: ["1.19", "1.20"]

runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
uses: actions/checkout@v3

- name: Setup Go
uses: actions/setup-go@v2
uses: actions/setup-go@v3
with:
go-version: ${{matrix.go}}

- name: Lint and Test
uses: choria-io/actions/lint_and_test/go@main
with:
ginkgo: "yes"
run_tests: "no"

0 comments on commit cf57821

Please sign in to comment.