Skip to content

Commit

Permalink
upd
Browse files Browse the repository at this point in the history
  • Loading branch information
kubk committed Jan 10, 2023
1 parent 3fe3836 commit 31facf1
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/build_and_test2.yml
Expand Up @@ -26,3 +26,20 @@ jobs:

- name: Build test
run: yarn lerna run build:test

- name: Upload build result
uses: actions/upload-artifact@v3
with:
name: build
path: .

test:
name: Test
runs-on: ubuntu-latest
needs: build
steps:
- name: Test
uses: actions/download-artifact@v3
with:
name: build
run: yarn test -i

0 comments on commit 31facf1

Please sign in to comment.