Skip to content

Commit

Permalink
WIP: multi package project architecture
Browse files Browse the repository at this point in the history
  • Loading branch information
sim51 committed Nov 14, 2023
1 parent 4c641ef commit 3447864
Show file tree
Hide file tree
Showing 311 changed files with 27,524 additions and 58,692 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
uses: svenstaro/upload-release-action@v2
with:
repo_token: ${{ secrets.GITHUB_TOKEN }}
file: ./build/*.js
file: ./packages/sigma/build/*.js
tag: ${{ github.ref }}
overwrite: true
file_glob: true
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,12 @@ jobs:
- name: Install, Lint & Unit test
run: |
npm i
npm run unit:test
npm run sigma:unit:test
- name: E2e tests
id: e2e
continue-on-error: true
run: npm run e2e:test
run: npm run sigma:e2e:test

- name: Uploading screenshots on failure
if: steps.e2e.outcome == 'failure'
Expand Down
Loading

0 comments on commit 3447864

Please sign in to comment.