Skip to content

Commit

Permalink
feat: Test ci
Browse files Browse the repository at this point in the history
  • Loading branch information
Merkur39 committed Dec 19, 2024
1 parent 4ceb5d2 commit fd3d955
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,11 @@ jobs:
- uses: actions/checkout@v4
- uses: ./.github/actions/setup_modules
- uses: ./.github/actions/build_cache_read
- name: Upload artifact
uses: actions/upload-artifact@v3
with:
name: stylesheet
path: ./transpiled/react/stylesheet.css
- name: Tests
run: yarn test
- name: BundleMon
Expand Down

0 comments on commit fd3d955

Please sign in to comment.