Skip to content

Commit 235a420

Browse files
committed
temporarily print process results of testing.nu
1 parent c109c55 commit 235a420

File tree

2 files changed

+383
-4
lines changed

2 files changed

+383
-4
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ jobs:
2323
with:
2424
version: nightly
2525

26-
- name: Download testing.nu
27-
run: wget ${{ env.testing-file }}
26+
# - name: Download testing.nu
27+
# run: wget ${{ env.testing-file }}
2828

2929
- name: Ensure plugin is executable
3030
run: chmod +x ./javascript/${{ matrix.plugin }}/${{ matrix.plugin }}.js
@@ -51,8 +51,8 @@ jobs:
5151
with:
5252
version: nightly
5353

54-
- name: Download testing.nu
55-
run: wget ${{ env.testing-file }}
54+
# - name: Download testing.nu
55+
# run: wget ${{ env.testing-file }}
5656

5757
- name: Ensure plugin is executable
5858
run: chmod +x ./python/${{ matrix.plugin }}/${{ matrix.plugin }}.py

0 commit comments

Comments
 (0)