Skip to content

Commit

Permalink
fix test spec
Browse files Browse the repository at this point in the history
  • Loading branch information
zhelvis committed Mar 11, 2024
1 parent 3ac7072 commit ac0dddc
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions bamboo-specs/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,22 +40,22 @@ Test:
yarn test
requirements:
- adg-docker: 'true'
final-tasks:
- script:
interpreter: SHELL
scripts:
- |-
set -x
set -e
final-tasks:
- script:
interpreter: SHELL
scripts:
- |-
set -x
set -e
# Fix mixed logs
exec 2>&1
# Fix mixed logs
exec 2>&1
ls -la
ls -la
echo "Size before cleanup:" && du -h | tail -n 1
rm -rf node_modules
echo "Size after cleanup:" && du -h | tail -n 1
echo "Size before cleanup:" && du -h | tail -n 1
rm -rf node_modules
echo "Size after cleanup:" && du -h | tail -n 1
branches:
create: for-pull-request
delete:
Expand Down

0 comments on commit ac0dddc

Please sign in to comment.