Skip to content

Commit

Permalink
Remove unnecessary step
Browse files Browse the repository at this point in the history
  • Loading branch information
frederikprijck committed Nov 9, 2023
1 parent b73762a commit 7bb6c1a
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 7bb6c1a

Please sign in to comment.