Skip to content

add job summary

add job summary #13

Workflow file for this run

name: Run integration tests
on:
workflow_dispatch:
push:
branches-ignore:
- main
jobs:
integration-test:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- uses: ./.github/actions/integration-test