Skip to content

Commit

Permalink
chore: more workflow config
Browse files Browse the repository at this point in the history
  • Loading branch information
rgwozdz committed Feb 14, 2024
1 parent 2314fda commit bb03606
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/ci-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,11 @@ jobs:

steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- run: |
git fetch --no-tags --depth=1 origin master
git checkout -b master
git checkout ${{ github.event.pull_request.head.sha }}
- uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
Expand Down

0 comments on commit bb03606

Please sign in to comment.