Skip to content

Commit d544a3c

Browse files
Molecule test
Former-commit-id: 68b3bd9
1 parent 0bafdd8 commit d544a3c

File tree

1 file changed

+16
-16
lines changed

1 file changed

+16
-16
lines changed

.github/workflows/main.yml

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -8,22 +8,22 @@ on:
88
schedule:
99
- cron: '0 6 * * 0'
1010
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 }}
2424
uninstall:
25-
needs:
26-
- test
25+
# needs:
26+
# - test
2727
runs-on: ubuntu-latest
2828
strategy:
2929
fail-fast: false
@@ -36,6 +36,6 @@ jobs:
3636
uses: robertdebock/[email protected]
3737
with:
3838
entrypoint: /usr/local/bin/molecule
39-
args: "converge -- --tags uninstall"
39+
optionst: "converge -- --tags uninstall"
4040
env:
4141
PERSONAL_ACCESS_TOKEN: ${{ secrets.PERSONAL_ACCESS_TOKEN }}

0 commit comments

Comments
 (0)