diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index fd68f3181..393b2b722 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -19,8 +19,9 @@ jobs: ref: ${{github.event.pull_request.base.sha}} repository: ${{github.event.pull_request.head.repo.full_name}} - run: | - git pull origin ${{github.event.pull_request.head.ref}} git checkout ${{github.event.pull_request.head.ref}} + git pull origin ${{github.event.pull_request.head.ref}} + - name: Setup Node.js environment uses: actions/setup-node@v2.3.0