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 83
83
" @test-integration"
84
84
],
85
85
"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 " ,
87
87
"test-integration-live" : " WORDPRESS_DIR=$(realpath ./dev/data/wordpress1) php ./vendor/bin/phpunit --testsuite Integration" ,
88
88
"test-live" : [
89
89
" @test-integration-live" ,
Original file line number Diff line number Diff line change 24
24
pname = "${ name } -composer-deps" ;
25
25
version = "1.0.0" ;
26
26
src = composerSrc ;
27
- vendorHash = "sha256-btstADBSSA9mbkoCXIygGD0V0Z2cwhArO+SbcEH9MTE =" ;
27
+ vendorHash = "sha256-9S+xFOJYN3RDZ1GX10JeP0GaNR5y8C3tFxisVGhYH/0 =" ;
28
28
} ) ;
29
29
composerVendorDev = php . mkComposerVendor ( finalAttrs : {
30
30
composerNoDev = false ;
31
31
pname = "${ name } -composer-deps-dev" ;
32
32
version = "1.0.0" ;
33
33
src = composerSrc ;
34
- vendorHash = "sha256-T3B8Wqpf0JYZC+BAD0orY3WJgmEmZbBsWx8FH1fvHjQ =" ;
34
+ vendorHash = "sha256-9LxAXUb0o5+me2F6VJOjGebhF8Za6iuFzQM6xfL/Qqk =" ;
35
35
} ) ;
36
36
staticDeploySrc = pkgs . lib . cleanSourceWith {
37
37
src = self ;
You can’t perform that action at this time.
0 commit comments