File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 85
85
"test-aws" : " WORDPRESS_DIR=$(realpath ./dev/data/wordpress1) php ./vendor/bin/phpunit --testsuite AWS" ,
86
86
"test-integration" : " bin/test-php-versions" ,
87
87
"test-integration-live" : " WORDPRESS_DIR=$(realpath ./dev/data/wordpress1) php ./vendor/bin/phpunit --testsuite Integration" ,
88
+ "test-live" : [
89
+ " @test-integration-live" ,
90
+ " @test-aws"
91
+ ],
88
92
"build" : " nix build .#plugin"
89
93
}
90
94
}
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-o3Azuryk/E2BDjIMROgBXgbgsTN7HwEgW55H3L4xhOw =" ;
27
+ vendorHash = "sha256-btstADBSSA9mbkoCXIygGD0V0Z2cwhArO+SbcEH9MTE =" ;
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-NqGEOpBcNBiN8BcnrKez1vSJPuwXViBHnhGAu3ogldM =" ;
34
+ vendorHash = "sha256-T3B8Wqpf0JYZC+BAD0orY3WJgmEmZbBsWx8FH1fvHjQ =" ;
35
35
} ) ;
36
36
staticDeploySrc = pkgs . lib . cleanSourceWith {
37
37
src = self ;
You can’t perform that action at this time.
0 commit comments