Skip to content

Commit cb0204a

Browse files
authored
Update tests.yml (#22)
* Update tests.yml * unique coverage name for each php version
1 parent 6b66b8f commit cb0204a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/tests.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
name: Tests
22

33
on:
4-
push:
4+
#push:
55
pull_request:
66
workflow_dispatch:
77
schedule:
8-
# “At 12:00 on Wednesdays.
9-
- cron: '0 12 * * 3'
8+
# “At 12:00”
9+
- cron: '0 12 * * *'
1010

1111
jobs:
1212
build:
@@ -40,5 +40,5 @@ jobs:
4040
- name: Save coverage results
4141
uses: actions/upload-artifact@v4
4242
with:
43-
name: coverage_clover_php-array-to-xml
43+
name: coverage_clover_php-array-to-xml-${{ matrix.php-version }}
4444
path: ./coverage

0 commit comments

Comments
 (0)