Skip to content

Commit

Permalink
fix(workflows/apps): set +e to avoid aborting contrib tests if any of…
Browse files Browse the repository at this point in the history
… them fails
  • Loading branch information
darccio committed Sep 4, 2024
1 parent be674c4 commit d606adb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/apps/test-contrib-submodules.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

set -e
set +e

# This script is used to test the contrib submodules in the apps directory.
# It is run by the GitHub Actions CI workflow defined in
Expand Down

0 comments on commit d606adb

Please sign in to comment.