Skip to content

Commit

Permalink
create a stripped down version of the integration tests workflow to m…
Browse files Browse the repository at this point in the history
…erge into main for manual dispatch on PRs
  • Loading branch information
mikealfare committed Nov 2, 2023
1 parent 36c28b9 commit e1ffbe9
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/integration.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
name: Adapter Integration Tests

on:
workflow_dispatch:

# explicitly turn off permissions for `GITHUB_TOKEN`
permissions: read-all

defaults:
run:
shell: bash

jobs:
test-metadata:
runs-on: ubuntu-latest
steps:
- name: Check out the repository (non-PR)
uses: actions/checkout@v3
with:
persist-credentials: false

0 comments on commit e1ffbe9

Please sign in to comment.