Skip to content

Commit

Permalink
ci: Add e2e test
Browse files Browse the repository at this point in the history
Signed-off-by: Heathcliff <[email protected]>
  • Loading branch information
heathcliff26 committed Dec 24, 2024
1 parent 79d8322 commit b565188
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,18 @@ jobs:
cache: false
cmd: "make validate"

e2e:
uses: heathcliff26/ci/.github/workflows/golang-unit-tests.yaml@main
needs:
- lint
- unit-tests
- validate
with:
# Need to use newer version of podman here
# TODO: Change back to latest when it tracks 24.04
os: ubuntu-24.04
cmd: "make test-e2e"

build-fleetctl:
uses: heathcliff26/ci/.github/workflows/golang-build.yaml@main
needs:
Expand All @@ -87,6 +99,7 @@ jobs:
needs:
- lint
- unit-tests
- e2e
permissions:
contents: read
packages: write
Expand Down

0 comments on commit b565188

Please sign in to comment.