Skip to content

Commit

Permalink
x
Browse files Browse the repository at this point in the history
  • Loading branch information
adamgeorge309 committed Oct 25, 2024
1 parent d6a8f6d commit 5bf490a
Showing 1 changed file with 15 additions and 15 deletions.
30 changes: 15 additions & 15 deletions .github/workflows/external.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,23 +91,23 @@ jobs:

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

- name: ldd
if: always()
working-directory: /tmp/${{ matrix.projects }}
run: |
cd omnetpp-6.1.0/samples/dyna
ldd dyna
# - name: ldd
# if: always()
# working-directory: /tmp/${{ matrix.projects }}
# run: |
# cd omnetpp-6.1.0/samples/dyna
# ldd dyna

- name: makefile.inc config.log
if: always()
working-directory: /tmp/${{ matrix.projects }}
run: |
cd omnetpp-6.1.0
cat Makefile.inc
echo '------------------------------'
cat config.log
# - name: makefile.inc config.log
# if: always()
# working-directory: /tmp/${{ matrix.projects }}
# run: |
# cd omnetpp-6.1.0
# cat Makefile.inc
# echo '------------------------------'
# cat config.log

- name: Show output
if: always()
Expand Down

0 comments on commit 5bf490a

Please sign in to comment.