Skip to content

Commit

Permalink
Start ursim in test container
Browse files Browse the repository at this point in the history
  • Loading branch information
urfeex committed Jan 10, 2025
1 parent 24e764f commit 5a591aa
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/win-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,14 @@ jobs:

steps:
- uses: actions/checkout@v4
#- name: start ursim
#run: |
#scripts/start_ursim.sh -m $ROBOT_MODEL -v $URSIM_VERSION -p $PROGRAM_FOLDER -d
#env:
#DOCKER_RUN_OPTS: --network ursim_net
#URSIM_VERSION: 'latest'
#ROBOT_MODEL: 'ur5e'
#PROGRAM_FOLDER: 'tests/resources/dockerursim/programs/e-series'
- name: start ursim
run: |
scripts/start_ursim.sh -m $ROBOT_MODEL -v $URSIM_VERSION -p $PROGRAM_FOLDER -d
env:
DOCKER_RUN_OPTS: --network ursim_net
URSIM_VERSION: 'latest'
ROBOT_MODEL: 'ur5e'
PROGRAM_FOLDER: 'tests/resources/dockerursim/programs/e-series'
- name: configure
#run: mkdir build && cd build && cmake .. -DBUILDING_TESTS=1
run: mkdir build && cd build && cmake .. -DBUILDING_TESTS=1 -DINTEGRATION_TESTS=1
Expand Down

0 comments on commit 5a591aa

Please sign in to comment.