Skip to content

Commit

Permalink
Add test files
Browse files Browse the repository at this point in the history
  • Loading branch information
wadells committed Nov 29, 2023
1 parent a2981db commit e2185b5
Show file tree
Hide file tree
Showing 2 changed files with 42 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .github/workflows/test-one.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
on:
pull_request:
branches:
- main

name: Test One

jobs:
check-github-actions:
name: Check GitHub Actions
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Check for affected paths
id: changes
uses: dorny/paths-filter@v2.11.1
with:
filters: |
github-actions:
- '.github/*/**/*.{yaml,yml}'
21 changes: 21 additions & 0 deletions .github/workflows/test-two.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
on:
pull_request:
branches:
- main

name: Test Two

jobs:
checkout:
name: Check GitHub Actions
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
update-ami-ids:
name: Update AMI IDs
uses: gravitational/teleport/.github/workflows/update-ami-ids.yaml@master
secrets: inherit
with:
version: v0.0.0

0 comments on commit e2185b5

Please sign in to comment.