From eec925ae8398af8b0a04a79749796faaed989367 Mon Sep 17 00:00:00 2001 From: Davin Shearer Date: Thu, 30 Dec 2021 22:41:46 -0500 Subject: [PATCH] js fixes --- .github/workflows/unit-tests.yml | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/.github/workflows/unit-tests.yml b/.github/workflows/unit-tests.yml index e4ca93d47..5026b0d57 100644 --- a/.github/workflows/unit-tests.yml +++ b/.github/workflows/unit-tests.yml @@ -31,9 +31,7 @@ jobs: working-directory: cmake-build-debug/src/tests/ run: ./omega_test -d yes --order lex - name: Prepare To Build Node v14 Bindings - run: | - npm ci - mv module/omega_edit* module/omega_edit.node + run: npm ci - name: Test Node v14 Bindings run: yarn test @@ -65,8 +63,6 @@ jobs: working-directory: cmake-build-debug/src/tests/ run: valgrind --leak-check=full --show-leak-kinds=all --leak-resolution=med --track-origins=yes --vgdb=no --error-exitcode=1 ./omega_test -d yes --order lex - name: Prepare To Build Node v14 Bindings - run: | - npm ci - mv module/omega_edit* module/omega_edit.node + run: npm ci - name: Test Node v14 Bindings run: yarn test