-
Notifications
You must be signed in to change notification settings - Fork 189
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
[Vue Rewrite] Fix CI Jobs #1816
Conversation
Signed-off-by: Devlin Junker <[email protected]>
Signed-off-by: Devlin Junker <[email protected]>
Signed-off-by: Devlin Junker <[email protected]>
Signed-off-by: Devlin Junker <[email protected]>
Signed-off-by: Devlin Junker <[email protected]>
Signed-off-by: Devlin Junker <[email protected]>
Signed-off-by: Devlin Junker <[email protected]>
Signed-off-by: Devlin Junker <[email protected]>
Signed-off-by: Devlin Junker <[email protected]>
Signed-off-by: Devlin Junker <[email protected]>
Signed-off-by: Devlin Junker <[email protected]>
Signed-off-by: Devlin Junker <[email protected]>
…ler PR) Signed-off-by: Devlin Junker <[email protected]>
…this (for now) Signed-off-by: Devlin Junker <[email protected]>
Signed-off-by: Devlin Junker <[email protected]>
Signed-off-by: Devlin Junker <[email protected]>
Signed-off-by: Devlin Junker <[email protected]>
package.json
Outdated
@@ -10,7 +10,8 @@ | |||
"lint": "eslint --ext .js,.vue src", | |||
"lint:fix": "eslint --ext .js,.vue src --fix", | |||
"stylelint": "stylelint **/*.css **/*.scss **/*.vue", | |||
"stylelint:fix": "stylelint **/*.css **/*.scss **/*.vue --fix" | |||
"stylelint:fix": "stylelint **/*.css **/*.scss **/*.vue --fix", | |||
"test": "echo 'TODO'" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This probably shouldn't be here
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm pretty sure that this needed to be here for the CI checks to pass ( see the error here https://github.com/nextcloud/news/runs/6544192521?check_suite_focus=true )
in another PR we can try to add mocha/karma unit tests that can be run here, but for now it is just a TODO
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Or do you mean we should leave this ci check failing until they are properly implemented?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Well, if it's not doing anything CI shouldn't be checking it iyam.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
hmm.. I could just disable this check I suppose...
But I think I like the idea of leaving it failing until the tests are written so it kinda blocks the rewrite PR until then
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Works for me
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this will fail that CI job though (Frontend tests
), so we will have to merge this PR with ignoring that check
Signed-off-by: Devlin Junker <[email protected]>
…dependency Signed-off-by: Devlin Junker <[email protected]>
any other thoughts? should we merge this so I can create a PR for adding typescript?
|
Thank you for the work 😊👍 |
Start of getting a hold of the Vue Rewrite
update CI Stuff
in Vue rewrite #748npm test
that didecho 'TODO'
-- so we expect theFrontend tests
CI to fail nowSee devlinjunker#1 for full work history and comments
Visual
Up Next:
npm run test