Skip to content

Commit

Permalink
Update test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
sjchmiela authored Feb 11, 2025
1 parent fb2b1dc commit 71bcbe7
Showing 1 changed file with 1 addition and 21 deletions.
22 changes: 1 addition & 21 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,29 +50,9 @@ jobs:
token: ${{ secrets.CODECOV_TOKEN }}
- run: yarn lint-changelog

test_windows:
runs-on: windows-latest
strategy:
matrix:
node: ['18', '20', '22']
name: Test with Node ${{ matrix.node }} on Windows
steps:
- uses: actions/checkout@v2
- name: Setup node
uses: actions/setup-node@v2
with:
node-version: ${{ matrix.node }}
- run: yarn install --frozen-lockfile --check-files
- run: |
git config --global user.email "[email protected]"
git config --global user.name "Test"
- run: yarn test
env:
NODE_OPTIONS: --max-old-space-size=8192

notify-slack:
runs-on: ubuntu-latest
needs: [test, test_windows]
needs: [test]
name: Notify Slack
if: ${{ github.ref == 'refs/heads/main' && always() }}
steps:
Expand Down

0 comments on commit 71bcbe7

Please sign in to comment.