-
Notifications
You must be signed in to change notification settings - Fork 4.4k
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
Revert CI workflow (1 of 2) #6965
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #6965 +/- ##
=======================================
Coverage 63.83% 63.83%
=======================================
Files 161 161
Lines 13094 13094
Branches 1814 1814
=======================================
Hits 8359 8359
Misses 4432 4432
Partials 303 303 |
- run: ruff check . | ||
- run: black --check . | ||
|
||
backend-unit-tests: | ||
runs-on: ubuntu-22.04 | ||
needs: backend-lint | ||
env: | ||
FRONTEND_BUILD_MODE: 0 | ||
COMPOSE_FILE: .ci/compose.ci.yaml |
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.
Missed a sub-directory? 😄
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.
Ah, no. I am staging this as two separate commits. I'll post the second so you can see what I'm trying to do.
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.
No worries. 😄
- run: yarn lint | ||
|
||
frontend-e2e-tests: | ||
runs-on: ubuntu-22.04 | ||
needs: frontend-lint | ||
env: | ||
COMPOSE_FILE: .ci/compose.cypress.yaml |
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.
As above.
Aside from the |
getredash#6964 Commands rm -rf .github/ cp -r ../redash-alt/.github . git add .github/workflows/ci.yml .github/workflows/preview-image.yml git commit -m 'Revert CI workflow (1 of 2)'
994aabf
to
597aae9
Compare
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.
Cool, looks good to me.
Thanks @eradman. 😄
What type of PR is this?
Description
Commands used
How is this tested?
Related Tickets & Documents
#6964