Skip to content

Commit

Permalink
test pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
g3k0 committed Apr 17, 2024
1 parent bd43640 commit 45d3a18
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,4 @@ jobs:
run: node ci --function smartContractsUnitTest

- name: Run scripts unit tests
run: npm run test-scripts
run: node ci --function scriptsUnitTest
2 changes: 1 addition & 1 deletion ci/functions.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
const execSync = require("child_process").execSync;
const fs = require("fs");

const execSyncOptions = { stdio: "inherit" };
const execSyncOptions = { stdio: "pipe" };

const functions = {
installDeps: function () {
Expand Down

0 comments on commit 45d3a18

Please sign in to comment.