Skip to content

Run Integration Test for commit 08449b343e1295a5645a1bad539d81b2781eca5f #1

Run Integration Test for commit 08449b343e1295a5645a1bad539d81b2781eca5f

Run Integration Test for commit 08449b343e1295a5645a1bad539d81b2781eca5f #1

name: Integration Tests
run-name: Run Integration Test for commit ${{ github.sha }}
on:
workflow_dispatch: {}
push:
branches:
- ci/*
jobs:
echo-hello-world:
name: Echo Hello World
runs-on: ubuntu-latest
strategy:
fail-fast: false
steps:
- name: Echo Hello World
run: |
echo "Hello World"