Skip to content

Commit

Permalink
Test
Browse files Browse the repository at this point in the history
  • Loading branch information
harrryr committed Feb 29, 2024
1 parent 02fa9b5 commit 2427796
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
# Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
# SPDX-License-Identifier: MIT

name: Test
on:
push:

concurrency:
group: ${{ github.workflow }}
cancel-in-progress: false

permissions:
id-token: write
contents: read

jobs:
e2e-test:
uses: ./.github/workflows/appsignals-e2e-eks-test.yml
secrets: inherit
with:
aws-region: 'us-east-1'
test-cluster-name: 'e2e-enablement-script-test'

0 comments on commit 2427796

Please sign in to comment.