Skip to content

Commit

Permalink
Test master fetch with '-'
Browse files Browse the repository at this point in the history
  • Loading branch information
mgonzalezg9 committed Apr 16, 2024
1 parent ea7be61 commit 40e029c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pull_request_checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 40e029c

Please sign in to comment.