Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
pepoviola committed Feb 17, 2025
1 parent 3f930cf commit a868ec4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/setup-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,8 @@ jobs:
- run: npm run build
working-directory: "./javascript"
- run: |
PDW=$(pwd)
PWD=$(pwd)
echo "pwd: ${PWD}"
mkdir /tmp/a
cd /tmp/a
$PWD/packages/cli/dist/cli.js setup -y all
Expand Down

0 comments on commit a868ec4

Please sign in to comment.