Remove old integration test

This commit is contained in:
Barry Gordon
2021-06-04 11:07:34 +01:00
parent 6a473e50b1
commit 0871e821e3

View File

@@ -1,15 +0,0 @@
name: "integration-test"
on: [ pull_request ]
jobs:
# test action works running from the graph
if: ${{ github.actor == 'dependabot[bot]' }}
run-action:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Fetch Dependabot metadata
id: metadata
uses: ./
with:
github-token: "${{ secrets.GITHUB_TOKEN }}"