diff --git a/.github/workflows/update-wpt.yml b/.github/workflows/update-wpt.yml index ccce45fcba70e4..f75e3fdda4fcde 100644 --- a/.github/workflows/update-wpt.yml +++ b/.github/workflows/update-wpt.yml @@ -20,7 +20,8 @@ jobs: persist-credentials: false - name: Update WPT run: | - rm -rf test/fixtures/wpt && mkdir test/fixtures/wpt && + rm -rf test/fixtures/wpt + mkdir test/fixtures/wpt - name: Clone WPT Repository uses: actions/checkout@v2 with: