mirror of
https://github.com/denoland/deno.git
synced 2025-10-01 14:41:15 +00:00
ci: fix node_compat_test workflow (#28638)
This commit is contained in:
parent
6c2f7835c0
commit
9a28f0eef8
1 changed files with 4 additions and 2 deletions
6
.github/workflows/node_compat_test.yml
vendored
6
.github/workflows/node_compat_test.yml
vendored
|
@ -1,4 +1,4 @@
|
|||
name: node-compat-test
|
||||
name: node_compat_test
|
||||
|
||||
on:
|
||||
schedule:
|
||||
|
@ -20,6 +20,8 @@ jobs:
|
|||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
submodules: true
|
||||
- name: Setup Deno
|
||||
uses: denoland/setup-deno@v2
|
||||
with:
|
||||
|
@ -36,7 +38,7 @@ jobs:
|
|||
with:
|
||||
project_id: denoland
|
||||
- name: Run tests
|
||||
run: deno -A tests/node_compat/run_all_test_unmodified.ts
|
||||
run: deno -A --config tests/config/deno.json tests/node_compat/run_all_test_unmodified.ts
|
||||
- name: Gzip the report
|
||||
run: gzip tests/node_compat/report.json
|
||||
- name: Upload the report to dl.deno.land
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue