Browse Source

add github action

pull/773/head
Trevor Manz 5 years ago
parent
commit
950bfc699e
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      .github/workflows/usage.yml

+ 2
- 0
.github/workflows/usage.yml View File

@@ -64,9 +64,11 @@ jobs:
export UNPACK_DESTINATION=$(mktemp -d)
mv mustache.tgz $UNPACK_DESTINATION
cp test/module-systems/esm-test.mjs $UNPACK_DESTINATION
cp test/module-systems/esm-test-exports.mjs $UNPACK_DESTINATION
cd $UNPACK_DESTINATION
npm install mustache.tgz
node esm-test.mjs
node esm-test-exports.mjs

browser-usage:
runs-on: ubuntu-latest


Loading…
Cancel
Save