Skip to content

Commit 744b8c6

Browse files
chore(ci): uncomment test
1 parent 9a709fd commit 744b8c6

1 file changed

Lines changed: 13 additions & 13 deletions

File tree

.github/workflows/main.yml

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -669,16 +669,16 @@ jobs:
669669

670670
- run: pnpm install
671671

672-
# - name: Restore jco build output
673-
# uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1
674-
# with:
675-
# name: build
676-
# path: packages/jco/obj
677-
678-
# - name: Build extended component tree
679-
# working-directory: test/components
680-
# run: just build
681-
682-
# - name: Run extended component tests
683-
# run: |
684-
# pnpm --filter '@bytecodealliance/jco' run test:extended
672+
- name: Restore jco build output
673+
uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1
674+
with:
675+
name: build
676+
path: packages/jco/obj
677+
678+
- name: Build extended component tree
679+
working-directory: test/components
680+
run: just build
681+
682+
- name: Run extended component tests
683+
run: |
684+
pnpm --filter '@bytecodealliance/jco' run test:extended

0 commit comments

Comments
 (0)