Skip to content

Commit

Permalink
ci: check only the non-js part of the WP plugin zip file
Browse files Browse the repository at this point in the history
  • Loading branch information
joanise committed May 14, 2024
1 parent 70e5634 commit 5bf1807
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/end-to-end-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
run: |
cd packages/web-component/wordpress-plugin
unzip -d extract read-along-web-app-loader.zip
if ! diff -qr read-along-web-app-loader extract/read-along-web-app-loader; then \
if ! diff --exclude=js -qr read-along-web-app-loader extract/read-along-web-app-loader; then \
echo The zipped WordPress plugin packages/web-component/wordpress-plugin/read-along-web-app-loader.zip is out of date.; \
false; \
fi

0 comments on commit 5bf1807

Please sign in to comment.