Skip to content

Commit

Permalink
Remove old/legacy workflows
Browse files Browse the repository at this point in the history
Signed-off-by: Hasan Turken <turkenh@gmail.com>
  • Loading branch information
turkenh committed Nov 14, 2022
1 parent ee94d68 commit f61ead2
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 576 deletions.
186 changes: 0 additions & 186 deletions .github/workflows/automated-tests.yml

This file was deleted.

157 changes: 0 additions & 157 deletions .github/workflows/coverage-report.yml

This file was deleted.

12 changes: 12 additions & 0 deletions .github/workflows/e2e.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
name: End to End Testing

on:
issue_comment:
types: [created]

jobs:
e2e:
uses: upbound/uptest/.github/workflows/pr-comment-trigger.yml@main
secrets:
UPTEST_CLOUD_CREDENTIALS: ${{ secrets.UPTEST_CLOUD_CREDENTIALS }}
UPTEST_DATASOURCE: ${{ secrets.UPTEST_DATASOURCE }}
Loading

0 comments on commit f61ead2

Please sign in to comment.