Skip to content

Commit

Permalink
Fix curl
Browse files Browse the repository at this point in the history
  • Loading branch information
swissspidy committed Jun 26, 2023
1 parent ccf3e29 commit 50499c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lint-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -350,7 +350,7 @@ jobs:
- name: Import mock data
run: |
npm run wp-env run tests-cli curl -O https://raw.githubusercontent.com/WordPress/theme-test-data/b9752e0533a5acbb876951a8cbb5bcc69a56474c/themeunittestdata.wordpress.xml > /tmp/themeunittestdata.wordpress.xml
npm run wp-env run tests-cli curl https://raw.githubusercontent.com/WordPress/theme-test-data/b9752e0533a5acbb876951a8cbb5bcc69a56474c/themeunittestdata.wordpress.xml -- --output /tmp/themeunittestdata.wordpress.xml
npm run wp-env run tests-cli wp import /tmp/themeunittestdata.wordpress.xml -- --authors=create
rm themeunittestdata.wordpress.xml
Expand Down

0 comments on commit 50499c9

Please sign in to comment.