Skip to content

Commit

Permalink
Initial CI
Browse files Browse the repository at this point in the history
  • Loading branch information
kabir committed May 7, 2024
1 parent aaed434 commit fdfa441
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/kubernetes-ci.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name: WildFly Quickstarts Kubernetes CI
on:
pull_request:
types: [opened, synchronize, reopened, ready_for_review]
push:
# kubernetes-testing is a temporary entry
branches: [main, kubernetes-testing]
# Only run the latest job
concurrency:
group: '${{ github.workflow }} @ ${{ github.event.pull_request.head.label || github.head_ref || github.ref }}'
cancel-in-progress: true
jobs:
test-on-kubernetes:
name: Build and test on Kubernetes
runs-on: ubuntu-latest
steps:
- name: Output event
run: echo "${{ toJSON(github.event) }}"

0 comments on commit fdfa441

Please sign in to comment.