Bläddra i källkod

add github action

pull/773/head
Trevor Manz 5 år sedan
förälder
incheckning
950bfc699e
1 ändrade filer med 2 tillägg och 0 borttagningar
  1. +2
    -0
      .github/workflows/usage.yml

+ 2
- 0
.github/workflows/usage.yml Visa fil

@@ -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


Laddar…
Avbryt
Spara