Procházet zdrojové kódy

add github action

pull/773/head
Trevor Manz před 5 roky
rodič
revize
950bfc699e
1 změnil soubory, kde provedl 2 přidání a 0 odebrání
  1. +2
    -0
      .github/workflows/usage.yml

+ 2
- 0
.github/workflows/usage.yml Zobrazit soubor

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


Načítá se…
Zrušit
Uložit