Sfoglia il codice sorgente

add github action

pull/773/head
Trevor Manz 5 anni fa
parent
commit
950bfc699e
1 ha cambiato i file con 2 aggiunte e 0 eliminazioni
  1. +2
    -0
      .github/workflows/usage.yml

+ 2
- 0
.github/workflows/usage.yml Vedi 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…
Annulla
Salva