Skip to content

Commit

Permalink
x
Browse files Browse the repository at this point in the history
  • Loading branch information
adamgeorge309 committed Oct 21, 2024
1 parent 83a7518 commit 3283272
Showing 1 changed file with 6 additions and 9 deletions.
15 changes: 6 additions & 9 deletions .github/workflows/external.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,15 +82,12 @@ jobs:
- name: Set DISPLAY variable
run: echo "DISPLAY=:99" >> $GITHUB_ENV

# - name: Run wish command
# run: wish -c "puts OK; exit"

- name: Check for wish
run: |
TMPDIR=${TMPDIR:-/tmp}
WORKSPACE=$(mktemp -d $TMPDIR/opp_env_test_XXXXXX)
opp_env run --install --no-build omnetpp-4.0 -w $WORKSPACE --init -c "which wish || echo 'wish not found'"
echo $DISPLAY
# - name: Check for wish
# run: |
# TMPDIR=${TMPDIR:-/tmp}
# WORKSPACE=$(mktemp -d $TMPDIR/opp_env_test_XXXXXX)
# opp_env run --install --no-build omnetpp-4.0 -w $WORKSPACE --init -c "which wish || echo 'wish not found'"
# echo $DISPLAY

- name: Run test
working-directory: tests
Expand Down

0 comments on commit 3283272

Please sign in to comment.