Skip to content

Commit

Permalink
fix script for ci
Browse files Browse the repository at this point in the history
  • Loading branch information
pepoviola committed Feb 17, 2025
1 parent dce77b4 commit b983bce
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/setup-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,5 @@ jobs:
echo "javascript directory: ${JS_DIR}"
mkdir /tmp/a
cd /tmp/a
$JS_DIR/packages/cli/dist/cli.js setup -y all
node $JS_DIR/packages/cli/dist/cli.js setup -y all
working-directory: "./javascript"
- name: Clean
run: rm -rf /tmp/a

0 comments on commit b983bce

Please sign in to comment.