this repo has no description
1name: Run the tests please
2
3on:
4 push:
5 branches: [ trunk ]
6 pull_request:
7 branches: [ trunk ]
8
9jobs:
10 do_the_build_please:
11 runs-on: ubuntu-24.04
12
13 steps:
14 - uses: actions/checkout@v3
15
16 - name: Install python, ruby
17 run: sudo apt install -y python3.12 ruby
18
19 - name: Run Python tests
20 run: python3 omegastar_test.py
21
22 - name: Run Ruby tests
23 run: ruby omegastar_test.rb