feat: migrate to RSPack (#2131)
* Migrate to RSPack * Add tests to CI, address coverage * fix: Restore AWS sdk * add simple serve
This commit is contained in:
@@ -9,4 +9,4 @@ Generally we like to see pull requests that
|
||||
- [ ] Have tests
|
||||
- [ ] Have the [typings](https://www.typescriptlang.org/docs/handbook/declaration-files/introduction.html) (types/index.d.ts) updated on every API change. If you need help, updating those, please mention that in the PR description.
|
||||
- [ ] Don't significantly decrease the current code coverage (see coverage/lcov-report/index.html)
|
||||
- [ ] Currently, the `4.x`-branch contains the latest version. Please target that branch in the PR.
|
||||
- [ ] Please target the `master` branch in the PR.
|
||||
|
||||
@@ -52,12 +52,9 @@ jobs:
|
||||
- name: Test
|
||||
run: npm run test
|
||||
|
||||
# TODO: Re-enable integration tests once webpack/rollup compatibility is resolved
|
||||
# - name: Test (Integration)
|
||||
# run: |
|
||||
# cd ./tests/integration/rollup-test && ./test.sh && cd -
|
||||
# cd ./tests/integration/webpack-babel-test && ./test.sh && cd -
|
||||
# cd ./tests/integration/webpack-test && ./test.sh && cd -
|
||||
- name: Test (Integration)
|
||||
if: matrix.operating-system == 'ubuntu-latest'
|
||||
run: npm run test:integration
|
||||
|
||||
browser:
|
||||
name: Test (Browser)
|
||||
@@ -82,7 +79,7 @@ jobs:
|
||||
npx playwright install
|
||||
|
||||
- name: Build
|
||||
run: npx grunt prepare
|
||||
run: npm run build
|
||||
|
||||
- name: Test
|
||||
run: |
|
||||
|
||||
Reference in New Issue
Block a user