Skip to content

Commit 3fab5bf

Browse files
authored
ci: rm ubuntu 18 test
1 parent 208d277 commit 3fab5bf

File tree

1 file changed

+0
-17
lines changed

1 file changed

+0
-17
lines changed

.github/workflows/main.yml

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -24,23 +24,6 @@ jobs:
2424
edge.yml
2525
worker.yml
2626
27-
play-ubuntu-18:
28-
runs-on: ubuntu-18.04
29-
needs: lint
30-
steps:
31-
- uses: actions/checkout@v2
32-
- name: Remove existing K8s installations
33-
run: sudo apt auto-remove kubectl ansible containernetworking-plugins -y
34-
- name: Install Ansiblev2.9
35-
run: sudo apt install python3-setuptools && sudo pip3 install ansible==2.9
36-
- name: Replace hosts file
37-
run: sudo cp ./tests/hosts.yml ./playbook/inventory/hosts.yml
38-
- name: Run MiCADO Playbook
39-
uses: dawidd6/action-ansible-playbook@v2
40-
with:
41-
directory: ./playbook/
42-
playbook: project/micado.yml
43-
4427
play-ubuntu-20:
4528
runs-on: ubuntu-20.04
4629
needs: lint

0 commit comments

Comments
 (0)