Skip to content

Commit

Permalink
Fix dependency resolution target after downloading AEM Test Suite.
Browse files Browse the repository at this point in the history
  • Loading branch information
cliffano committed Jul 23, 2018
1 parent 9de034d commit 5d10f2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/integration/test-examples.sh
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ wget "https://github.com/shinesolutions/aem-test-suite/releases/download/${aem_t
mkdir -p "stage/aem-test-suite-${aem_test_suite_version}"
tar -xvzf "stage/aem-test-suite-${aem_test_suite_version}.tar.gz" --directory "stage/aem-test-suite-${aem_test_suite_version}"
cd "${workspace_dir}/stage/aem-test-suite-${aem_test_suite_version}"
make ci
make deps

# Run AEM Test Suite integration tests
cd "${workspace_dir}/stage/aem-test-suite-${aem_test_suite_version}"
Expand Down

0 comments on commit 5d10f2a

Please sign in to comment.