Skip to content

Commit 3ea22e0

Browse files
committed
Fix error in workflow
1 parent 7906d20 commit 3ea22e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/push.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,7 @@ jobs:
232232
profile:
233233
runs-on: ubuntu-latest
234234
name: profile
235-
needs: [setup, ser]
235+
needs: [setup, phpunit]
236236
services:
237237
blackfire:
238238
image: blackfire/blackfire

0 commit comments

Comments
 (0)