Skip to content

Commit

Permalink
Audit packages and add base for unit tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
viferga committed Jan 14, 2025
1 parent de6a38f commit c8fca17
Show file tree
Hide file tree
Showing 6 changed files with 629 additions and 497 deletions.
10 changes: 4 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,14 +41,12 @@ jobs:
- name: Build
run: npm run build

# TODO: Have working unit tests generated
# - name: Run Unit Tests
# run: |
# npm run test
- name: Run Unit Tests
shell: bash
run: npm run test

- name: Run Integration Tests
shell: bash
run: ./test.sh
run: npm run integration

- name: Publish
uses: JS-DevTools/npm-publish@v3
Expand Down
Loading

0 comments on commit c8fca17

Please sign in to comment.