Skip to content

Commit

Permalink
remove windows tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Williangalvani committed Apr 22, 2024
1 parent 2692d4a commit 541ef39
Showing 1 changed file with 0 additions and 25 deletions.
25 changes: 0 additions & 25 deletions .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,28 +40,3 @@ jobs:
# - run: npm run unit
env:
CI: true

testwindows:
runs-on: windows-latest

strategy:
matrix:
node-version: [18.x]

steps:
- uses: actions/checkout@v2
with:
submodules: true

- uses: actions/cache@v1
with:
path: ~\AppData\Roaming\npm-cache
key: ${{ runner.os }}-node-${{ hashFiles('**\package-lock.json') }}
restore-keys: |
${{ runner.os }}-node-
- name: Use Node.js ${{ matrix.node-version }} in Windows
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node-version }}
- run: npm install
- run: npm run build --if-present

0 comments on commit 541ef39

Please sign in to comment.