Skip to content

Commit 9fc2f78

Browse files
committed
Refactor start_ursim and add unittests for it
1 parent f7d7a05 commit 9fc2f78

File tree

3 files changed

+441
-155
lines changed

3 files changed

+441
-155
lines changed

.github/workflows/ci.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,20 @@ jobs:
9999
if-no-files-found: error
100100
retention-days: 10
101101

102+
test_start_ursim:
103+
runs-on: ubuntu-latest
104+
steps:
105+
- uses: actions/checkout@v4
106+
- name: Setup Bats and bats libs
107+
id: setup-bats
108+
uses: bats-core/[email protected]
109+
- name: run unittests
110+
shell: bash
111+
env:
112+
BATS_LIB_PATH: ${{ steps.setup-bats.outputs.lib-path }}
113+
TERM: xterm
114+
run: bats tests/test_start_ursim.bats
115+
102116
check_links:
103117
runs-on: ubuntu-latest
104118
steps:

0 commit comments

Comments
 (0)