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 80e723b commit 89a9242
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/ci-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,13 @@ jobs:
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/

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

0 comments on commit 89a9242

Please sign in to comment.