diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 413136e..a2ecfbb 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -42,8 +42,9 @@ jobs: ${{ inputs.VERSION_REF || ( github.ref_type == 'tag' && github.ref || '0.0.0') }} BUILD_TARGET: chrome + - run: pnpm run web-ext:pack - run: pnpm run test - + - uses: actions/upload-artifact@v3 if: always() with: