Skip to content

Commit

Permalink
Merge pull request #759 from uselagoon/all_images_test_first
Browse files Browse the repository at this point in the history
perform the all-images test first in the test sequence
  • Loading branch information
tobybellwood committed May 25, 2023
2 parents fddb3af + 849ffb6 commit 052bb87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -96,9 +96,9 @@ node ('lagoon-images') {
sh script: "grep -rl uselagoon . | xargs sed -i '/^FROM/ s/uselagoon/${CI_BUILD_TAG}/'"
sh script: "grep -rl uselagoon . | xargs sed -i '/image: uselagoon/ s/uselagoon/${CI_BUILD_TAG}/'"
sh script: "find . -maxdepth 2 -name docker-compose.yml | xargs sed -i -e '/###/d'"
sh script: "yarn test test/docker*all-images*", label: "Run all-images tests"
sh script: "yarn test:simple", label: "Run simple Drupal tests"
sh script: "yarn test:advanced", label: "Run advanced Drupal tests"
sh script: "yarn test test/docker*all-images*", label: "Run all-images tests"
sh script: "rm test/*.js"
}
}
Expand Down

0 comments on commit 052bb87

Please sign in to comment.