Skip to content

Commit

Permalink
Run tests with PowerShell
Browse files Browse the repository at this point in the history
  • Loading branch information
lfdebrux committed Sep 27, 2022
1 parent 1f1802a commit 0f69993
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 10 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/test-download.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,6 @@ jobs:
runs-on: ${{ matrix.os }}
timeout-minutes: 25

defaults:
run:
shell: bash

env:
CYPRESS_CACHE_FOLDER: ~/.cache/Cypress

Expand Down
4 changes: 0 additions & 4 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,6 @@ jobs:
runs-on: ${{ matrix.os }}
timeout-minutes: 25

defaults:
run:
shell: bash

env:
CYPRESS_CACHE_FOLDER: ~/.cache/Cypress

Expand Down
1 change: 0 additions & 1 deletion .npmrc

This file was deleted.

1 change: 0 additions & 1 deletion bin/cli
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ const command = additionalOptions.shift()

const npmrc = `
audit=false
script-shell=bash
`

const gitignore = `
Expand Down

0 comments on commit 0f69993

Please sign in to comment.