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:
|
schedule:
|
||||||
- cron: "*/5 * * * *"
|
- cron: "*/5 * * * *"
|
||||||
jobs:
|
jobs:
|
||||||
test:
|
better_name:
|
||||||
|
strategy:
|
||||||
|
matrix:
|
||||||
|
package:
|
||||||
|
- 1.0
|
||||||
|
- 1.2
|
||||||
runs-on: docker
|
runs-on: docker
|
||||||
steps:
|
steps:
|
||||||
- run: echo All Good
|
- run: echo All {{ matrix.package }}
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
|
|
Loading…
Reference in a new issue