File tree Expand file tree Collapse file tree 1 file changed +30
-2
lines changed Expand file tree Collapse file tree 1 file changed +30
-2
lines changed Original file line number Diff line number Diff line change 1
1
name : ci
2
2
3
3
on :
4
+ workflow_dispatch :
4
5
schedule :
5
6
- cron : ' 0 10 * * *' # everyday at 10am
6
7
push :
19
20
matrix :
20
21
version :
21
22
- latest
22
- - 0.2.0-beta.1
23
+ - 0.2.5
23
24
steps :
24
25
-
25
26
name : Checkout
@@ -32,14 +33,41 @@ jobs:
32
33
cmds : do test
33
34
workdir : ./test/ci
34
35
36
+ update-do :
37
+ runs-on : ubuntu-latest
38
+ steps :
39
+ - name : Checkout
40
+ uses : actions/checkout@v3
41
+ - name : Dagger
42
+ uses : ./
43
+ with :
44
+ version : ${{ matrix.version }}
45
+ cmds : |
46
+ project update
47
+ do test
48
+ workdir : ./test/ci
49
+
50
+ args-deprecated :
51
+ runs-on : ubuntu-latest
52
+ steps :
53
+ -
54
+ name : Checkout
55
+ uses : actions/checkout@v3
56
+ -
57
+ name : Dagger
58
+ uses : ./
59
+ with :
60
+ args : do test
61
+ workdir : ./test/ci
62
+
35
63
install-only :
36
64
runs-on : ubuntu-latest
37
65
strategy :
38
66
fail-fast : false
39
67
matrix :
40
68
version :
41
69
- latest
42
- - 0.2.0-beta.1
70
+ - 0.2.5
43
71
steps :
44
72
-
45
73
name : Checkout
You can’t perform that action at this time.
0 commit comments