Merge branch 'main' into beta

This commit is contained in:
David Capello 2021-09-23 08:43:08 -03:00
commit f2a68f752f

View File

@ -56,7 +56,7 @@ jobs:
if [[ "${{ runner.os }}" == "Linux" ]] ; then
export XVFB=xvfb-run
fi
if [[ "${{ github.base_ref }}" == "beta" ]] || [[ "${{ github.ref }}" == "beta" ]] ; then
if [[ "${{ github.base_ref }}" == "beta" ]] || [[ "${{ github.ref }}" == "refs/heads/beta" ]] ; then
export TESTS_BRANCH=beta
else
export TESTS_BRANCH=main