Improvements
This commit is contained in:
parent
467de6d1da
commit
902ae90175
1 changed files with 7 additions and 2 deletions
|
@ -3,10 +3,15 @@ on:
|
|||
schedule:
|
||||
- cron: "*/5 * * * *"
|
||||
jobs:
|
||||
test:
|
||||
better_name:
|
||||
strategy:
|
||||
matrix:
|
||||
package:
|
||||
- 1.0
|
||||
- 1.2
|
||||
runs-on: docker
|
||||
steps:
|
||||
- run: echo All Good
|
||||
- run: echo All {{ matrix.package }}
|
||||
- uses: actions/checkout@v4
|
||||
with:
|
||||
fetch-depth: 0
|
||||
|
|
Loading…
Reference in a new issue