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