Skip to content

Commit 4636be3

Browse files
authored
UR Docker Test (#25)
* Add integration tests for Universal Robots URSim Docker container
1 parent 25779bd commit 4636be3

2 files changed

Lines changed: 556 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,9 @@ jobs:
4040
run: |
4141
uv sync --locked --all-extras --all-groups
4242
43+
- name: Check Docker version
44+
run: docker --version
45+
4346
- name: Run tests
4447
run: |
4548
uv run pytest tests --maxfail=1 --disable-warnings --tb=short -v

0 commit comments

Comments
 (0)