Skip to content

Commit

Permalink
ci: incorrect uses value (#2276)
Browse files Browse the repository at this point in the history
  • Loading branch information
Dunqing authored Feb 2, 2024
1 parent d2f7ea2 commit 3cb8577
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
uses: ./.github/actions/rustup

- name: Install cargo-llvm-cov
uses: taiki-e/install-action
uses: taiki-e/install-action@v2
with:
tool: cargo-llvm-cov,just

Expand Down
8 changes: 3 additions & 5 deletions .github/workflows/conformance.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
uses: ./.github/actions/rustup

- name: Install just
uses: taiki-e/install-action
uses: taiki-e/install-action@v2
with:
tool: just

Expand All @@ -63,10 +63,8 @@ jobs:
node-version: 18
registry-url: 'https://registry.npmjs.org'

- run: cargo coverage
- run: cargo run --release -p oxc_transform_conformance -- --exec
- run: cargo run --release -p oxc_prettier_conformance
# - run: cargo minsize
- name: Coverage
run: just coverage

- name: Check for snapshot diff
run: git diff --exit-code

0 comments on commit 3cb8577

Please sign in to comment.