Skip to content

Commit

Permalink
workflow: install cni plugins on nomad 1.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Kamilcuk committed Jun 5, 2024
1 parent 4ce6011 commit f055be5
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,13 @@ jobs:
uses: jakebailey/pyright-action@v2
- name: run unit tests
run: ./unit_tests.sh --durations=10 -n auto
- name: install cni plugins
run: |
ls -la /opt/cni/bin
sudo apt-get install kubernetes-cni
sudo apt-get install containernetworking-plugins
exit 1
if: matrix.nomad != '1.6.8'
- name: install nomad server
run: bash ./tests/provision.sh nomad_install ${{ matrix.nomad }}
- name: run nomad server
Expand Down

0 comments on commit f055be5

Please sign in to comment.