File tree Expand file tree Collapse file tree 1 file changed +16
-11
lines changed Expand file tree Collapse file tree 1 file changed +16
-11
lines changed Original file line number Diff line number Diff line change 7
7
- develop
8
8
schedule :
9
9
- cron : ' 0 6 * * 0'
10
-
11
10
jobs :
12
- lint :
13
- runs-on : ubuntu-latest
14
- steps :
15
- - name : checkout
16
- uses : actions/checkout@v2
17
- - name : molecule
18
- uses :
robertdebock/[email protected]
19
- with :
20
- entrypoint : /usr/local/bin/molecule
21
- args : lint
22
11
test :
23
12
needs :
24
13
- lint
34
23
uses :
robertdebock/[email protected]
35
24
env :
36
25
PERSONAL_ACCESS_TOKEN : ${{ secrets.PERSONAL_ACCESS_TOKEN }}
26
+ uninstall :
27
+ needs :
28
+ - test
29
+ runs-on : ubuntu-latest
30
+ strategy :
31
+ fail-fast : false
32
+ steps :
33
+ - name : checkout
34
+ uses : actions/checkout@v2
35
+ - name : molecule
36
+ uses :
robertdebock/[email protected]
37
+ with :
38
+ entrypoint : /usr/local/bin/molecule
39
+ args : converge -- --tags uninstall
40
+ env :
41
+ PERSONAL_ACCESS_TOKEN : ${{ secrets.PERSONAL_ACCESS_TOKEN }}
You can’t perform that action at this time.
0 commit comments