Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master' into release
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Jan 30, 2020
2 parents 829cbbb + e5a768b commit 5a46aad
Show file tree
Hide file tree
Showing 51 changed files with 2,510 additions and 2,252 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/ci.yml
Expand Up @@ -123,3 +123,21 @@ jobs:
npm run build
cd ..
npm test rt-stub
test-loader:
name: "Test loader on node: node"
runs-on: ubuntu-latest
needs: check
steps:
- uses: actions/checkout@v1.0.0
- uses: dcodeIO/setup-node-nvm@v1.0.0
with:
node-version: node
- name: Install dependencies
run: npm ci --no-audit
- name: Clean distribution files
run: npm run clean
- name: Test the loader
run: |
cd lib/loader
npm run asbuild
npm run test

0 comments on commit 5a46aad

Please sign in to comment.