Skip to content

Commit acdc6e7

Browse files
committed
add zips temporarily
1 parent f4bc661 commit acdc6e7

File tree

4 files changed

+0
-4
lines changed

4 files changed

+0
-4
lines changed

.github/workflows/e2e.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,6 @@ jobs:
5050
# Use compiled versions to avoid need for npm and composer installation and build step.
5151
- name: Install required WP plugins
5252
run: |
53-
gh release download --repo woocommerce/woocommerce-pre-orders --pattern woocommerce-pre-orders.zip --dir ./test-plugins
54-
gh release download --repo woocommerce/woocommerce-subscriptions --pattern woocommerce-subscriptions.zip --dir ./test-plugins
5553
cd ./test-plugins
5654
unzip -o woocommerce-pre-orders.zip
5755
unzip -o woocommerce-subscriptions.zip

.gitignore

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
*.iml
77
.vscode
88
.wp-env.override.json
9-
*.zip
109

1110
# Compiled assets
1211
/assets/css/**/*.min.css
@@ -21,4 +20,3 @@ docker/logs
2120
/playwright-report/
2221
/playwright/.cache/
2322
tests/e2e/test-results
24-
test-plugins/
221 KB
Binary file not shown.
2.51 MB
Binary file not shown.

0 commit comments

Comments
 (0)