feat: add dummy test for linux

This commit is contained in:
Maciej Sypien 2024-09-19 14:43:40 +02:00
parent 6595a51154
commit 937fa5f529
No known key found for this signature in database
GPG key ID: 10BC01EDA6827DC8
2 changed files with 67 additions and 0 deletions

View file

@ -20,3 +20,12 @@ jobs:
uses: actions/checkout@main
- name: lint files against shfmt
run: make lint_shfmt
test-setup-linux:
runs-on: ubuntu-latest
steps:
- name: install soft
run: sudo apt install -y tmux git
- name: checkout repo
uses: actions/checkout@main
- name: test setup
run: ./tests/linux_setup_plugin_and_run.sh