Skip to content

Commit

Permalink
fix: fix windows-lint CI job (#24758)
Browse files Browse the repository at this point in the history
  • Loading branch information
astone123 committed Nov 22, 2022
1 parent a4e9642 commit 2166ba0
Show file tree
Hide file tree
Showing 13 changed files with 255 additions and 241 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Expand Up @@ -63,7 +63,7 @@ windowsWorkflowFilters: &windows-workflow-filters
when:
or:
- equal: [ develop, << pipeline.git.branch >> ]
- equal: [ 'feature/run-all-specs', << pipeline.git.branch >> ]
- equal: [ 'astone123/fix-windows-lint', << pipeline.git.branch >> ]
- matches:
pattern: "-release$"
value: << pipeline.git.branch >>
Expand Down
2 changes: 2 additions & 0 deletions .gitattributes
Expand Up @@ -2,4 +2,6 @@

*.json text eol=lf

**/.eslintrc text eol=lf

packages/errors/__snapshot-html__/** linguist-generated=true
5 changes: 4 additions & 1 deletion npm/vue/cypress/component/test-utils-api/TestUtilsApi.vue
Expand Up @@ -6,7 +6,10 @@
<script>
export default {
props: {
msg: String,
msg: {
type: String,
default: '',
},
},
data () {
return {
Expand Down
1 change: 1 addition & 0 deletions npm/webpack-batteries-included-preprocessor/.eslintignore
@@ -0,0 +1 @@
**/tsconfig.json

5 comments on commit 2166ba0

@cypress-bot
Copy link
Contributor

@cypress-bot cypress-bot bot commented on 2166ba0 Nov 22, 2022

Choose a reason for hiding this comment

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

Circle has built the linux arm64 version of the Test Runner.

Learn more about this pre-release platform-specific build at https://on.cypress.io/installing-cypress#Install-pre-release-version.

Run this command to install the pre-release locally:

npm install https://cdn.cypress.io/beta/npm/11.2.1/linux-arm64/develop-2166ba0d9496037df843d55f07517f83817171a3/cypress.tgz

@cypress-bot
Copy link
Contributor

@cypress-bot cypress-bot bot commented on 2166ba0 Nov 22, 2022

Choose a reason for hiding this comment

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

Circle has built the linux x64 version of the Test Runner.

Learn more about this pre-release platform-specific build at https://on.cypress.io/installing-cypress#Install-pre-release-version.

Run this command to install the pre-release locally:

npm install https://cdn.cypress.io/beta/npm/11.2.1/linux-x64/develop-2166ba0d9496037df843d55f07517f83817171a3/cypress.tgz

@cypress-bot
Copy link
Contributor

@cypress-bot cypress-bot bot commented on 2166ba0 Nov 22, 2022

Choose a reason for hiding this comment

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

Circle has built the darwin x64 version of the Test Runner.

Learn more about this pre-release platform-specific build at https://on.cypress.io/installing-cypress#Install-pre-release-version.

Run this command to install the pre-release locally:

npm install https://cdn.cypress.io/beta/npm/11.2.1/darwin-x64/develop-2166ba0d9496037df843d55f07517f83817171a3/cypress.tgz

@cypress-bot
Copy link
Contributor

@cypress-bot cypress-bot bot commented on 2166ba0 Nov 22, 2022

Choose a reason for hiding this comment

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

Circle has built the win32 x64 version of the Test Runner.

Learn more about this pre-release platform-specific build at https://on.cypress.io/installing-cypress#Install-pre-release-version.

Run this command to install the pre-release locally:

npm install https://cdn.cypress.io/beta/npm/11.2.1/win32-x64/develop-2166ba0d9496037df843d55f07517f83817171a3/cypress.tgz

@cypress-bot
Copy link
Contributor

@cypress-bot cypress-bot bot commented on 2166ba0 Nov 22, 2022

Choose a reason for hiding this comment

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

Circle has built the darwin arm64 version of the Test Runner.

Learn more about this pre-release platform-specific build at https://on.cypress.io/installing-cypress#Install-pre-release-version.

Run this command to install the pre-release locally:

npm install https://cdn.cypress.io/beta/npm/11.2.1/darwin-arm64/develop-2166ba0d9496037df843d55f07517f83817171a3/cypress.tgz

Please sign in to comment.