Skip to content

Commit

Permalink
feat: Test ci
Browse files Browse the repository at this point in the history
4
  • Loading branch information
Merkur39 committed Dec 19, 2024
1 parent 4ceb5d2 commit cff1fa9
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit cff1fa9

Please sign in to comment.