Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

feat: add --eslint-with-oxlint and --prettier feature flags #682

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

Merged
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
ci: run snapshots in verification jobs
TBH this isn't ideal. The only bottleneck in the build job is the
snapshot step, moving it to the verification jobs defeats the purpose of
having a separate build job.

I'll fix it later by trying to use tar.
  • Loading branch information
haoqunjiang committed Feb 9, 2025
commit 90f6671da59d3b01b03e2b3083f99383023256e9
5 changes: 4 additions & 1 deletion 5 .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ jobs:
name: build-output
path: |
outfile.cjs
playground
retention-days: 3

verify-scripts:
Expand Down Expand Up @@ -81,6 +80,8 @@ jobs:

- name: Install dependencies to avoid tsconfig warnings
run: pnpm install
- name: Snapshot
run: pnpm snapshot
- name: Install dependencies in playground
working-directory: ./playground
run: pnpm install --no-frozen-lockfile
Expand Down Expand Up @@ -118,6 +119,8 @@ jobs:

- name: Install dependencies to avoid tsconfig warnings
run: pnpm install
- name: Snapshot
run: pnpm snapshot
- name: Install dependencies in playground
working-directory: ./playground
run: pnpm install --no-frozen-lockfile
Expand Down
Loading
Morty Proxy This is a proxified and sanitized view of the page, visit original site.