Skip to content

Commit

Permalink
test bug: corrected prettier config file and multiple bundles bash sc…
Browse files Browse the repository at this point in the history
…ript paths
  • Loading branch information
Varun0157 committed Jun 18, 2024
1 parent df882ea commit 703f7d1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/formatting.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ jobs:
with:
node-version: "20"
- name: prettier check
run: npx prettier -c ./src ./tests --config ./src/.prettierrc
run: npx prettier -c ./src ./tests --config ./.prettierrc
2 changes: 1 addition & 1 deletion .github/workflows/test bundles/multiple_bundles.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# ensure that multiple bundles can be run
node ./dist/index.js ./.github/workflows/test\ bundles/tests-bundle.zzb ./.github/workflows/test\ bundles/second-bundle.zzb --env default
node ./dist/index.js ./tests/tests-bundle.zzb ./tests/second-bundle.zzb --env default
exitCode=$?
if [ $exitCode -ne 2 ]; then
echo "exit code is $exitCode, expected 2";
Expand Down

0 comments on commit 703f7d1

Please sign in to comment.