diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index c16eb3c4a..3f745cf9d 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -47,8 +47,18 @@ jobs: - uses: actions/checkout@v4 - uses: ./.github/actions/setup_modules - uses: ./.github/actions/build_cache_read + - name: Upload artifact 1 + uses: actions/upload-artifact@v3 + with: + name: stylesheet-pre-test + path: ./transpiled/react/stylesheet.css - name: Tests run: yarn test + - name: Upload artifact 2 + uses: actions/upload-artifact@v3 + with: + name: stylesheet-post-test + path: ./transpiled/react/stylesheet.css - name: BundleMon uses: lironer/bundlemon-action@v1 argosDesktop: