Skip to content

Add failsafe-go

Add failsafe-go #4

Workflow file for this run

# Code generated by build-workflows script. DO NOT EDIT.
# source: testing/.github/workflows/verify.yml
# SPDX-FileCopyrightText: 2023-present Intel Corporation
#
# SPDX-License-Identifier: Apache-2.0
name: Verify Integration Tests
on:
push:
branches:
- 'master'
paths:
- 'testing/**'
pull_request:
paths:
- 'testing/**'
workflow_dispatch:
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
test:
uses: ./.github/workflows/test.yml
with:
component: testing
lint:
uses: ./.github/workflows/lint.yml
with:
component: testing