We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cb41c45 commit 09aafa3Copy full SHA for 09aafa3
.laminas-ci/pre-run.sh
@@ -4,6 +4,9 @@ COMMAND=$(echo "${JOB}" | jq -r '.command')
4
5
echo "Running pre-run $COMMAND"
6
7
+echo "Running git stash"
8
+git stash
9
+
10
if [[ ${COMMAND} =~ phpunit ]];then
11
12
apt-get install php"${PHP_VERSION}"-sqlite3
0 commit comments