File tree Expand file tree Collapse file tree 1 file changed +20
-17
lines changed Expand file tree Collapse file tree 1 file changed +20
-17
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:
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
+ # uninstall:
25
+ # needs:
26
+ # - test
12
27
# runs-on: ubuntu-latest
13
28
# strategy:
14
29
# fail-fast: false
19
34
# path: "${{ github.repository }}"
20
35
# - name: molecule
21
36
# uses: robertdebock/[email protected]
37
+ # with:
38
+ # entrypoint: /usr/local/bin/molecule
39
+ # optionst: "converge -- --tags uninstall"
22
40
# env:
23
- # PERSONAL_ACCESS_TOKEN: ${{ secrets.PERSONAL_ACCESS_TOKEN }}
24
- uninstall :
25
- # needs:
26
- # - test
27
- runs-on : molecule-prebuilt:centos
28
- strategy :
29
- fail-fast : false
30
- steps :
31
- - name : checkout
32
- uses : actions/checkout@v2
33
- with :
34
- path : " ${{ github.repository }}"
35
- - name : molecule
36
- run : molecule converge -- --tags uninstall
37
- env :
38
- PERSONAL_ACCESS_TOKEN : ${{ secrets.PERSONAL_ACCESS_TOKEN }}
41
+ # PERSONAL_ACCESS_TOKEN: ${{ secrets.PERSONAL_ACCESS_TOKEN }}
You can’t perform that action at this time.
0 commit comments