File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ inputs:
19
19
configuration :
20
20
description : Configuration file location
21
21
required : false
22
-
22
+
23
23
log_junit :
24
24
description : JUnit output file location
25
25
required : false
@@ -39,11 +39,11 @@ inputs:
39
39
testdox_xml :
40
40
description : JUnit output file location
41
41
required : false
42
-
42
+
43
43
memory_limit :
44
44
description : Memory limit
45
45
required : false
46
-
46
+
47
47
bootstrap :
48
48
description : Path to bootstrap file
49
49
required : false
@@ -100,7 +100,7 @@ runs:
100
100
ACTION_MEMORY_LIMIT : ${{ inputs.memory_limit }}
101
101
ACTION_ARGS : ${{ inputs.args }}
102
102
id : phpunit_run
103
- run : bash <(curl -s https://raw.githubusercontent.com/php-actions/php-build/41a2ecd3a2d7c5f53407c6d7cc580d1a2d6c7526 /php-build.bash) phpunit \
103
+ run : bash <(curl -s https://raw.githubusercontent.com/php-actions/php-build/330b13bbb1eadd05bbb627477c1549cd7e62e406 /php-build.bash) phpunit \
104
104
&& ${{ github.action_path }}/phpunit-action.bash || { cat ${{ github.workspace }}/output.log ; exit 1; }
105
105
shell : bash
106
106
You can’t perform that action at this time.
0 commit comments