Skip to content

Commit

Permalink
Update tests.yml (#22)
Browse files Browse the repository at this point in the history
* Update tests.yml

* unique coverage name for each php version
  • Loading branch information
rboonzaijer committed May 23, 2024
1 parent 6b66b8f commit cb0204a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
name: Tests

on:
push:
#push:
pull_request:
workflow_dispatch:
schedule:
# “At 12:00 on Wednesdays.
- cron: '0 12 * * 3'
# “At 12:00”
- cron: '0 12 * * *'

jobs:
build:
Expand Down Expand Up @@ -40,5 +40,5 @@ jobs:
- name: Save coverage results
uses: actions/upload-artifact@v4
with:
name: coverage_clover_php-array-to-xml
name: coverage_clover_php-array-to-xml-${{ matrix.php-version }}
path: ./coverage

0 comments on commit cb0204a

Please sign in to comment.