Skip to content

Commit

Permalink
prod: add inetgpl to github actions external project tests
Browse files Browse the repository at this point in the history
  • Loading branch information
adamgeorge309 committed Oct 31, 2024
1 parent 61ce628 commit d79d53e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/external-smoketest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- name: list all test sessions
id: set-matrix
run: |
projects=$(opp_env list --flat | grep -P '^(?!(omnetpp|inet|simulte|simu5g|veins))')
projects=$(opp_env list --flat | grep -P '^(?!(omnetpp|inet|simulte|simu5g|veins))|inetgpl')
if [ -z "$projects" ]; then
echo "::set-output name=matrix::[]"
else
Expand Down

0 comments on commit d79d53e

Please sign in to comment.