Skip to content

Commit 8a03d07

Browse files
Update .github/workflows/update-wpt.yml
Co-authored-by: Aviv Keller <[email protected]>
1 parent 6e292a1 commit 8a03d07

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/update-wpt.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,8 @@ jobs:
2020
persist-credentials: false
2121
- name: Update WPT
2222
run: |
23-
rm -rf test/fixtures/wpt && mkdir test/fixtures/wpt &&
23+
rm -rf test/fixtures/wpt
24+
mkdir test/fixtures/wpt
2425
- name: Clone WPT Repository
2526
uses: actions/checkout@v2
2627
with:

0 commit comments

Comments
 (0)