diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 4569ae33..15451ba4 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -17,6 +17,10 @@ jobs: - uses: actions/checkout@v3 with: submodules: recursive + + - name: Clean up untracked files + run: | + git clean -ffdx && git reset --hard - name: List files in the repository run: |