Explorar el Código

add github action

pull/773/head
Trevor Manz hace 5 años
padre
commit
950bfc699e
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  1. +2
    -0
      .github/workflows/usage.yml

+ 2
- 0
.github/workflows/usage.yml Ver fichero

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


Cargando…
Cancelar
Guardar