Skip to content

Commit 5a46aad

Browse files
committed
Merge remote-tracking branch 'origin/master' into release
2 parents 829cbbb + e5a768b commit 5a46aad

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

51 files changed

+2510
-2252
lines changed

Diff for: .github/workflows/ci.yml

+18
Original file line numberDiff line numberDiff line change
@@ -123,3 +123,21 @@ jobs:
123123
npm run build
124124
cd ..
125125
npm test rt-stub
126+
test-loader:
127+
name: "Test loader on node: node"
128+
runs-on: ubuntu-latest
129+
needs: check
130+
steps:
131+
- uses: actions/[email protected]
132+
- uses: dcodeIO/[email protected]
133+
with:
134+
node-version: node
135+
- name: Install dependencies
136+
run: npm ci --no-audit
137+
- name: Clean distribution files
138+
run: npm run clean
139+
- name: Test the loader
140+
run: |
141+
cd lib/loader
142+
npm run asbuild
143+
npm run test

0 commit comments

Comments
 (0)