Skip to content
Snippets Groups Projects
Unverified Commit 7a5c04f6 authored by Oliver Smith's avatar Oliver Smith
Browse files

ci/integration: run "zap -a" afterwards (MR 2481)

Make sure we don't regress in "pmbootstrap zap -a" by running it after
each integration test.
parent 506b7685
Branches
No related tags found
No related merge requests found
......@@ -120,4 +120,6 @@ bump_autobuild() {
# Run the test
echo "Running $test $*"
"$test" "$@"
echo "Zapping"
pmbootstrap -y zap -a
echo "Test $test passed!"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment