Skip to content

✨ add testing workflow #2

✨ add testing workflow

✨ add testing workflow #2

Workflow file for this run

name: Demo Testing
on: ["push", "pull_request"]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: build image and binary
run: |
podman build -t quay.io/konveyor/kantra:latest -f Dockerfile .
go build -o kantra main.go
- name: fetch sample applications
run: |
git clone https://github.com/konveyor/example-applications
git clone https://github.com/ivargrimstad/jakartaee-duke
- name: run analysis test and compare output
run: |
./kantra --input $(pwd)/example-applications/example-1/ --output ./output/ --target cloud-readiness