diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 2d96828d..c17fa563 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -31,8 +31,6 @@ jobs: uses: actions/checkout@v4 with: ref: ${{ github.event.pull_request.head.sha || github.ref }} - - - run: git clone https://github.com/auth0-samples/spa-quickstarts-tests scripts - name: Build Sample uses: ./.github/actions/build @@ -47,8 +45,6 @@ jobs: uses: actions/checkout@v4 with: ref: ${{ github.event.pull_request.head.sha || github.ref }} - - - run: git clone https://github.com/auth0-samples/spa-quickstarts-tests scripts - name: Build Standalone uses: ./.github/actions/build