Skip to content

Commit

Permalink
Update etc/bin/run-validate-tutorials
Browse files Browse the repository at this point in the history
  • Loading branch information
oliver-sanders authored Jan 15, 2024
1 parent 4fb05d1 commit b69bcbb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion etc/bin/run-validate-tutorials
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
set -eu
cd "$(dirname "$0")"

for DIR in examples; do
for DIR in tutorials examples; do
echo "# Running tests for: $DIR"
for FILE in $(echo "../../cylc/flow/etc/$DIR/"*/.validate); do
echo "## Running test: $FILE"
Expand Down

0 comments on commit b69bcbb

Please sign in to comment.