Skip to content

Commit 0ac614b

Browse files
committed
Review
1 parent 16631fd commit 0ac614b

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

.github/actions/configure-alpine/action.yml

+3
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@ inputs:
33
configurationParameters:
44
default: ''
55
required: false
6+
skipSlow:
7+
default: false
8+
required: false
69
runs:
710
using: composite
811
steps:

.github/actions/test-alpine/action.yml

-3
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
11
name: Test
22
inputs:
3-
testArtifacts:
4-
default: null
5-
required: false
63
runTestsParameters:
74
default: ''
85
required: false

.github/workflows/push.yml

-1
Original file line numberDiff line numberDiff line change
@@ -248,7 +248,6 @@ jobs:
248248
- name: Test Tracing JIT
249249
uses: ./.github/actions/test-alpine
250250
with:
251-
testArtifacts: ${{ matrix.debug && 'DEBUG' || 'RELEASE' }}_${{ matrix.zts && 'ZTS' || 'NTS' }}${{ matrix.asan && '_ASAN' || '' }}_Tracing JIT
252251
jitType: tracing
253252
runTestsParameters: >-
254253
-d zend_extension=opcache.so

0 commit comments

Comments
 (0)