Skip to content

Commit

Permalink
Run integration test on gh action
Browse files Browse the repository at this point in the history
  • Loading branch information
kwiatekus committed Jan 2, 2024
1 parent 1ce2041 commit e73ecc7
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/k3d-verify-warden-manifest.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name: k3d integration test

on:
push:
branches: [ "main", "release-*" ]
workflow_dispatch:
pull_request:

jobs:
k3d-integration-test:

runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3

- name: run test
run: make k3d-integration-test

0 comments on commit e73ecc7

Please sign in to comment.