feat: add dummy test for linux
This commit is contained in:
parent
6595a51154
commit
937fa5f529
2 changed files with 67 additions and 0 deletions
9
.github/workflows/github-actions.yml
vendored
9
.github/workflows/github-actions.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue