Skip to content

Commit

Permalink
x
Browse files Browse the repository at this point in the history
  • Loading branch information
adamgeorge309 committed Oct 24, 2024
1 parent 5152393 commit 066513e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/external.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,10 +91,10 @@ jobs:

- name: Run test
working-directory: tests
run: ./project_tester --workspace ${{ matrix.projects }} install ${{ matrix.projects }}
run: ./project_tester --workspace /tmp/${{ matrix.projects }} install ${{ matrix.projects }}

- name: ldd
working-directory: tests/${{ matrix.projects }}
working-directory: /tmp/${{ matrix.projects }}
run: |
cd omnetpp-6.1.0/samples/dyna
ldd dyna
Expand Down

0 comments on commit 066513e

Please sign in to comment.