Skip to content

Commit

Permalink
adding e2e
Browse files Browse the repository at this point in the history
  • Loading branch information
esauerbo committed Oct 16, 2023
1 parent 5b960d6 commit 212c07e
Showing 1 changed file with 1 addition and 16 deletions.
17 changes: 1 addition & 16 deletions .github/workflows/reusable-e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,22 +2,7 @@
#
# See `./test-prs.yml` to see an example usage.

on:
workflow_call:
inputs:
commit:
# commit to run tests against
required: true
type: string
repository:
# repository to run tests against (possibly a fork of amplify-ui)
required: true
type: string
skip-changed-packages-check:
# skip checking changed packages job if true
required: false
default: 'false'
type: string
on: pull_request

secrets:
AUTH_E2E_ROLE_ARN:
Expand Down

0 comments on commit 212c07e

Please sign in to comment.