Skip to content

Commit

Permalink
Update .github/workflows/update-wpt.yml
Browse files Browse the repository at this point in the history
Co-authored-by: Aviv Keller <38299977+RedYetiDev@users.noreply.github.com>
  • Loading branch information
mertcanaltin and RedYetiDev authored Aug 20, 2024
1 parent 6e292a1 commit 8a03d07
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/update-wpt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 8a03d07

Please sign in to comment.