From d6e774d9e73b6b4a5b6865895a6afd201c30e014 Mon Sep 17 00:00:00 2001 From: Bruno Alla Date: Wed, 19 Jul 2023 15:37:29 +0100 Subject: [PATCH] Remove vendor test file --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 02d0e2f..e5bf0a2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -86,6 +86,7 @@ jobs: ARCHIVE_NAME=shootime.${VERSION}.zip ls -la sed -i "s/0.0.0/${VERSION}/g" config.xml shootime.php + rm -f vendor/symfony/config/Tests/Fixtures/ParseError.php python scripts/create-archive.py ${ARCHIVE_NAME} echo "archive_name=${ARCHIVE_NAME}" >> $GITHUB_OUTPUT