Runs on all branches [skip ci]

This commit is contained in:
Italo
2022-07-27 15:05:47 -04:00
committed by GitHub
parent 3225e300cd
commit bcd506c169

View File

@@ -4,8 +4,6 @@ name: "Tests"
on:
push:
branch:
- "feat/improve-ci" ## TODO: Remove branch before PR.
pull_request:
jobs:
@@ -124,4 +122,4 @@ jobs:
CURRENT="$(git archive HEAD | tar --list --exclude="src" --exclude="src/*" --exclude=".stubs" --exclude=".stubs/*" --exclude="stubs" --exclude="stubs/*" --exclude="lang" --exclude="lang/*" --exclude="config" --exclude="config/*" --exclude="database" --exclude="database/*" --exclude="resources" --exclude="resources/*" --exclude="routes" --exclude="routes/*" | paste -s -d ",")"
echo "CURRENT =${CURRENT}"
echo "EXPECTED=${EXPECTED}"
test "${CURRENT}" == "${EXPECTED}"
test "${CURRENT}" == "${EXPECTED}"