Skip to content

Commit

Permalink
Merge pull request #523 from stepchowfun/toastfile
Browse files Browse the repository at this point in the history
Fix the toastfile
  • Loading branch information
stepchowfun authored Nov 28, 2024
2 parents b0d9b9b + 76ac054 commit 0e0243a
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion toast.yml
Original file line number Diff line number Diff line change
Expand Up @@ -288,7 +288,10 @@ tasks:
echo "Running integration test: $TEST"
# Go into the test directory and run the test.
(cd "$(dirname "$TEST")" > /dev/null && ./run.sh)
(
cd "$(dirname "$TEST")" > /dev/null
./run.sh
)
done < <(find integration-tests -name run.sh -print0)
publish:
Expand Down

0 comments on commit 0e0243a

Please sign in to comment.