diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index c841c00..b6df7b4 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -18,6 +18,8 @@ jobs: steps: - name: Checkout code uses: actions/checkout@v4 + with: + clean: 'true' - name: Setup PHP uses: shivammathur/setup-php@v2 @@ -45,6 +47,8 @@ jobs: steps: - name: Checkout code uses: actions/checkout@v4 + with: + clean: 'true' - name: Setup PHP uses: shivammathur/setup-php@v2