Skip to content

Commit

Permalink
wip: testing child pipelines
Browse files Browse the repository at this point in the history
  • Loading branch information
emmacasolin committed Jun 7, 2022
1 parent 5357ef2 commit 8302080
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/test-pipelines.sh
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ for test_dir in tests/**/*/; do
test_dir="${test_dir#*/}"
cat << EOF
check:test $test_dir:
stage: check
stage: test
needs: []
script:
- >
Expand All @@ -97,7 +97,7 @@ done
test_files=(tests/*.test.ts)
cat << EOF
check:test index:
stage: check
stage: test
needs: []
script:
- >
Expand Down

0 comments on commit 8302080

Please sign in to comment.