Skip to content

Commit

Permalink
Do not merge with this commit - Testing downstream build
Browse files Browse the repository at this point in the history
  • Loading branch information
abikouo committed Nov 14, 2023
1 parent 94b0d32 commit d17cc31
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ units: install
molecule: install
molecule test

test-integration: upstream-test-integration downstream-test-integration
test-integration: downstream-test-integration

test-sanity: upstream-test-sanity downstream-test-sanity

Expand Down
2 changes: 1 addition & 1 deletion ci/downstream.sh
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@ f_test_integration_option()
f_common_steps
pushd "${_build_dir}" || return
f_log_info "INTEGRATION TEST WD: ${PWD}"
make molecule
# make molecule
popd || return
f_cleanup
}
Expand Down

0 comments on commit d17cc31

Please sign in to comment.