diff --git a/.github/scripts/install-deps-and-test.sh b/.github/scripts/install-deps-and-test.sh index 26b8449e..39d5e0f1 100755 --- a/.github/scripts/install-deps-and-test.sh +++ b/.github/scripts/install-deps-and-test.sh @@ -8,4 +8,4 @@ sudo apt-get install -y w3m ./tests/docker-test.sh # This is done to not to rebuild images in the next step -git reset --hard @{u} \ No newline at end of file +git clean -fdx \ No newline at end of file