File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments