Skip to content

Commit

Permalink
test e2e
Browse files Browse the repository at this point in the history
  • Loading branch information
Sridhar committed Jun 28, 2023
1 parent b448320 commit ec25290
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,17 +15,17 @@ jobs:
# - name: Setup node and build the repository
# uses: ./aws-amplify/.github/actions/node-and-build

# test-checkout:
# runs-on: ubuntu-latest
# steps:
# - name: Checkout stating repo
# uses: actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f
# with:
# repository: ashwinkumar6/amplify-js-samples-staging
# path: aws-amplify-staging
# token: ${{ secrets.GH_PAT }}
test-checkout:
runs-on: ubuntu-latest
steps:
- name: Checkout stating repo
uses: actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f
with:
repository: ashwinkumar6/amplify-js-samples-staging
path: aws-amplify-staging
token: ${{ secrets.GH_PAT }}

e2e:
# needs: prebuild
uses: ./.github/workflows/callable-e2e.yml
secrets: inherit
# e2e:
# # needs: prebuild
# uses: ./.github/workflows/callable-e2e.yml
# secrets: inherit

0 comments on commit ec25290

Please sign in to comment.