Skip to content

Commit

Permalink
WIP: get test output back
Browse files Browse the repository at this point in the history
  • Loading branch information
jwhitlock committed Feb 7, 2022
1 parent 342c120 commit f7e6f53
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .taskcluster.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,5 +59,5 @@ tasks:
git config advice.detachedHead "false"
git checkout --no-progress "${head_rev}"
chmod a+x ../bin/docker-compose
../bin/docker-compose build --build-arg "NODE_VERSION=${env.node_image_tag}"
../bin/docker-compose run --rm test
../bin/docker-compose build --progress plain --build-arg "NODE_VERSION=${env.node_image_tag}"
../bin/docker-compose run --rm -T test

0 comments on commit f7e6f53

Please sign in to comment.