Skip to content

Commit

Permalink
actions: turn on core.longpaths for windows
Browse files Browse the repository at this point in the history
  • Loading branch information
isaacs authored and ruyadorno committed Jan 7, 2021
1 parent 0f1211f commit e753c9d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,10 @@ jobs:
shell: ${{ matrix.platform.shell }}

steps:
# there are files here that make windows unhappy by default
- name: Support longpaths
run: git config --global core.longpaths true

- name: Checkout Repository
uses: actions/[email protected]

Expand All @@ -35,6 +39,5 @@ jobs:
- name: Install dependencies
run: npm install

# Run for all environments
- name: Run Tap Tests
run: npm test -- -c -t0

0 comments on commit e753c9d

Please sign in to comment.