Runs on all branches [skip ci]
This commit is contained in:
4
.github/workflows/php.yml
vendored
4
.github/workflows/php.yml
vendored
@@ -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}"
|
||||
|
||||
Reference in New Issue
Block a user