diff --git a/.github/workflows/pull_request_checks.yml b/.github/workflows/pull_request_checks.yml index e2dbbf9..7fe0085 100644 --- a/.github/workflows/pull_request_checks.yml +++ b/.github/workflows/pull_request_checks.yml @@ -24,11 +24,11 @@ jobs: CI: true # Fetch master branch and run changing test cases - - name: Run unit tests + - name: Run Unit tests run: | git fetch --no-tags --depth=1 origin master git checkout -b master - git checkout ${{ github.event.pull_request.head.sha }} + git checkout - yarn test env: CI: true \ No newline at end of file