Skip to content

Commit

Permalink
feat: Switch to esbuild and ESM first packaging (comms)
Browse files Browse the repository at this point in the history
Switch to vitest from Jasmine

Signed-off-by: Gordon Smith <GordonJSmith@gmail.com>
  • Loading branch information
GordonSmith committed Oct 1, 2024
1 parent 8a1fe5e commit e79c507
Show file tree
Hide file tree
Showing 237 changed files with 15,974 additions and 28,006 deletions.
20 changes: 14 additions & 6 deletions .github/workflows/testPullRequest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,15 +25,23 @@ jobs:
- run: npm ci
- run: npm run lint-all
- run: npm run build
- run: npm run compile-umd
- run: npm run build-gallery
- run: npm run build-test
# - run: npm run compile-umd
# - run: npm run build-gallery
# - run: npm run build-test
- run: sudo apt-get update
- run: wget https://github.com/hpcc-systems/HPCC-Platform/releases/download/community_9.4.34-1/hpccsystems-platform-community_9.4.34-1jammy_amd64_withsymbols.deb
- run: sudo npx -y playwright install chromium --with-deps
- run: npx -y playwright install chromium
- run: wget https://github.com/hpcc-systems/HPCC-Platform/releases/download/community_9.6.50-1/hpccsystems-platform-community_9.6.50-1jammy_amd64_withsymbols.deb
- name: Install HPCC Platform
continue-on-error: true
run: sudo apt install -f ./hpccsystems-platform-community_9.4.34-1jammy_amd64_withsymbols.deb
run: sudo apt install -f ./hpccsystems-platform-community_9.6.50-1jammy_amd64_withsymbols.deb
- run: sudo /etc/init.d/hpcc-init start
- run: npm run test
- run: npm run test-local
env:
CI: true
- name: Upload error logs
if: ${{ failure() || cancelled() }}
uses: actions/upload-artifact@v4
with:
name: windows-2022-logs
path: ./ECLIDE/build/**/*.log
Loading

0 comments on commit e79c507

Please sign in to comment.