Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Import animation styles separate from general styles. #2576

Merged
merged 30 commits into from
Nov 6, 2023
Merged
Changes from 1 commit
Commits
Show all changes
30 commits
Select commit Hold shift + click to select a range
3706206
move animation CSS to its own import
aledesma-godaddy Nov 1, 2023
16ab5de
try moving checkout in workflow
aledesma-godaddy Nov 1, 2023
881b625
use fetch-depth 0
aledesma-godaddy Nov 1, 2023
7598388
typo and bash syntax
aledesma-godaddy Nov 1, 2023
2ee8b5f
why is the github output not persisting between jobs?
aledesma-godaddy Nov 1, 2023
c6ef6d0
simple change to test spec finder
aledesma-godaddy Nov 1, 2023
4a7aaef
inspect the output of the spec finder
aledesma-godaddy Nov 1, 2023
4bd1607
have to checkout in the new jobs
aledesma-godaddy Nov 1, 2023
6c4e021
try some workflow updates
aledesma-godaddy Nov 2, 2023
e4efbcf
format the speclist as array
aledesma-godaddy Nov 2, 2023
63527dd
echo the changed files
aledesma-godaddy Nov 2, 2023
0322967
more git changes in ci
aledesma-godaddy Nov 2, 2023
a9dbf03
more flow fixes
aledesma-godaddy Nov 2, 2023
b24a2c6
pass the specs to the runner
aledesma-godaddy Nov 2, 2023
93d6725
bump wp-next version testing
aledesma-godaddy Nov 2, 2023
2681a21
add new e2e test for fos animation scripts
aledesma-godaddy Nov 2, 2023
5e97ffc
cleanup the workflow a bit
aledesma-godaddy Nov 3, 2023
ac292bd
Update .github/workflows/test-e2e-cypress.yml
AnthonyLedesma Nov 3, 2023
777a387
try making build coblocks an artifact
aledesma-godaddy Nov 6, 2023
027a7ee
checkout repo first
aledesma-godaddy Nov 6, 2023
48dba7d
download deps everywhere
aledesma-godaddy Nov 6, 2023
af8bec4
Update .dev/tests/phpunit/includes/test-coblocks-block-assets.php
AnthonyLedesma Nov 6, 2023
3ff1ca9
Update .dev/tests/phpunit/includes/test-coblocks-block-assets.php
AnthonyLedesma Nov 6, 2023
59a78d1
Update .dev/tests/phpunit/includes/test-coblocks-block-assets.php
AnthonyLedesma Nov 6, 2023
a05ede0
Update .dev/tests/phpunit/includes/test-coblocks-block-assets.php
AnthonyLedesma Nov 6, 2023
a6d5129
Update .dev/tests/phpunit/includes/test-coblocks-block-assets.php
AnthonyLedesma Nov 6, 2023
e6ffd44
Update .dev/tests/phpunit/includes/test-coblocks-block-assets.php
AnthonyLedesma Nov 6, 2023
0f6008c
Update .dev/tests/phpunit/includes/test-coblocks-block-assets.php
AnthonyLedesma Nov 6, 2023
cb15774
revert build artifact attempts
aledesma-godaddy Nov 6, 2023
0162e9a
fix use tripple equal operator
aledesma-godaddy Nov 6, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update .dev/tests/phpunit/includes/test-coblocks-block-assets.php
Co-authored-by: Evan Herman <[email protected]>
AnthonyLedesma and EvanHerman authored Nov 6, 2023
commit af8bec4a027a6c9add9b441c8f788717e45cceb0
2 changes: 1 addition & 1 deletion .dev/tests/phpunit/includes/test-coblocks-block-assets.php
Original file line number Diff line number Diff line change
@@ -100,7 +100,7 @@ public function test_editor_assets_scripts() {

$this->assertTrue( array_key_exists( 'coblocks-editor', $wp_scripts->registered, ) );
AnthonyLedesma marked this conversation as resolved.
Show resolved Hide resolved

AnthonyLedesma marked this conversation as resolved.
Show resolved Hide resolved
$path = 'wp-content/plugins/coblocks/dist/coblocks-*.js';
$path = dirname( __FILE__ ) . '/../../../../dist/coblocks-*.js';
$files = glob( $path );

foreach($files as $file) {
AnthonyLedesma marked this conversation as resolved.
Show resolved Hide resolved