Skip to content

Commit 3b7ba45

Browse files
committed
Make COMPOSER_NO_INTERACTION global in checks.yml
1 parent f90e1f0 commit 3b7ba45

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

.github/workflows/checks.yml

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,15 @@ name: checks
33
on:
44
- push
55

6+
env:
7+
COMPOSER_NO_INTERACTION: "1"
8+
69
jobs:
710
static_analysis:
811
name: Static analysis
912

1013
runs-on: ubuntu-latest
1114

12-
env:
13-
COMPOSER_NO_INTERACTION: "1"
14-
1515
steps:
1616
- uses: actions/checkout@v4
1717

@@ -44,9 +44,6 @@ jobs:
4444

4545
runs-on: ${{ matrix.os }}
4646

47-
env:
48-
COMPOSER_NO_INTERACTION: "1"
49-
5047
steps:
5148
- uses: actions/checkout@v4
5249

0 commit comments

Comments
 (0)