Skip to content

Run Integration Tests #18

Run Integration Tests

Run Integration Tests #18

# Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
# SPDX-License-Identifier: MIT
name: Run Integration Tests
on:
workflow_dispatch:
concurrency:
group: ${{ github.workflow }}-${{ github.ref_name }}
cancel-in-progress: true
jobs:
succeed:
runs-on: ubuntu-latest
steps:
- run: echo ${{ toJSON(github) }}