Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ci(windows): added windows to the os matrix #2659

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from
Draft

Conversation

travi
Copy link
Member

@travi travi commented Jan 9, 2023

in hopes of reproducing #2658

@webstech
Copy link
Contributor

A quibble PR 89 has been opened for the Windows test failures.

@webstech
Copy link
Contributor

A quibble PR 89 has been opened for the Windows test failures.

The PR has been merged and there is a new release of quibble.

@@ -19,8 +19,11 @@ jobs:
node-version:
- 18.0.0
- 19
os:
- ubuntu-latest
- windows-latest
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The integration test can not run on Windows server due to limitations. The CI run can exclude the integration test. Add after line 24 as part of strategy:

        include:
          - os: windows-latest
            sr-no-test: "!test/integration.test.js"
            sr-test: "test/**/*.test.js"

Add to line 40 to exclude the integration test:

    - run: npm run test:ci -- ${{matrix.sr-test}} ${{matrix.sr-no-test}}

This has been tested in another repo workflow that checks out semantic-release.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants