File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 8383 " @test-integration"
8484 ],
8585 "test-aws" : " WORDPRESS_DIR=$(realpath ./dev/data/wordpress1) php ./vendor/bin/phpunit --testsuite AWS" ,
86- "test-integration" : " bin/test-php-versions " ,
86+ "test-integration" : " nix flake check ./dev " ,
8787 "test-integration-live" : " WORDPRESS_DIR=$(realpath ./dev/data/wordpress1) php ./vendor/bin/phpunit --testsuite Integration" ,
8888 "test-live" : [
8989 " @test-integration-live" ,
Original file line number Diff line number Diff line change 2424 pname = "${ name } -composer-deps" ;
2525 version = "1.0.0" ;
2626 src = composerSrc ;
27- vendorHash = "sha256-btstADBSSA9mbkoCXIygGD0V0Z2cwhArO+SbcEH9MTE =" ;
27+ vendorHash = "sha256-9S+xFOJYN3RDZ1GX10JeP0GaNR5y8C3tFxisVGhYH/0 =" ;
2828 } ) ;
2929 composerVendorDev = php . mkComposerVendor ( finalAttrs : {
3030 composerNoDev = false ;
3131 pname = "${ name } -composer-deps-dev" ;
3232 version = "1.0.0" ;
3333 src = composerSrc ;
34- vendorHash = "sha256-T3B8Wqpf0JYZC+BAD0orY3WJgmEmZbBsWx8FH1fvHjQ =" ;
34+ vendorHash = "sha256-9LxAXUb0o5+me2F6VJOjGebhF8Za6iuFzQM6xfL/Qqk =" ;
3535 } ) ;
3636 staticDeploySrc = pkgs . lib . cleanSourceWith {
3737 src = self ;
You can’t perform that action at this time.
0 commit comments