Skip to content

test: add integration test for Kotlin-based step #1

test: add integration test for Kotlin-based step

test: add integration test for Kotlin-based step #1

# This file was generated using Kotlin DSL (.github/workflows/Integration test with Kotlin logic.main.kts).
# If you want to modify the workflow, please change the Kotlin file and regenerate this YAML file.
# Generated with https://github.com/typesafegithub/github-workflows-kt
name: 'Build'
on:
push:
branches:
- 'main'
pull_request: {}
jobs:
check_yaml_consistency:
name: 'Check YAML consistency'
runs-on: 'ubuntu-latest'
steps:
- id: 'step-0'
name: 'Check out'
uses: 'actions/checkout@v4'
- id: 'step-1'
name: 'Execute script'
run: 'rm ''.github/workflows/Integration test with Kotlin logic.yaml'' && ''.github/workflows/Integration test with Kotlin logic.main.kts'''
- id: 'step-2'
name: 'Consistency check'
run: 'git diff --exit-code ''.github/workflows/Integration test with Kotlin logic.yaml'''
main-job:
runs-on: 'ubuntu-latest'
needs:
- 'check_yaml_consistency'
steps:
- id: 'step-0'
uses: 'actions/checkout@v4'
- id: 'step-1'
run: 'GHWKT_RUN_STEP=''main-job:step-1'' .github/workflows/Integration test with Kotlin logic.main.kts'