Skip to content

Commit f9af2b6

Browse files
committed
Adding bash tests in the github actions workflow
1 parent b869363 commit f9af2b6

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/test.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,3 +58,9 @@ jobs:
5858
run: |
5959
source venv/bin/activate
6060
pytest -vx --dist=loadfile -n auto
61+
62+
- name: Run additional tests in bash scripts for Ubuntu
63+
run: |
64+
source venv/bin/activate
65+
bash tests/test_local.bash
66+
bash tests/test_remote.bash

0 commit comments

Comments
 (0)