Skip to content

Commit

Permalink
Merge branch 'main' into fix/controller-tests
Browse files Browse the repository at this point in the history
  • Loading branch information
henrybear327 authored Sep 6, 2024
2 parents 5ba0a72 + cdabff5 commit afaa5da
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/integration-test.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
---
name: Integration Tests
on: [push, pull_request]
permissions:
contents: read
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
- uses: actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5.0.2
with:
go-version: 1.22.6
- name: tests
run: |
go install github.com/onsi/ginkgo/v2/ginkgo
make integration-test

0 comments on commit afaa5da

Please sign in to comment.