Correct OpenDDS github URL, corrected version files for ACE/TAO/OpenDDS #77
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: tests | |
on: | |
push: | |
branches: [ master ] | |
pull_request: | |
branches: [ master ] | |
workflow_dispatch: | |
jobs: | |
build: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v4 | |
- name: Install Perl dependencies | |
run: | | |
sudo apt-get update | |
sudo apt-get install libwww-perl | |
- name: Run Tests | |
run: perl run_tests.pl |