Update Madlions MAD68HE product ids #174
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: Test | |
on: | |
pull_request: | |
branches: [ "senpai" ] | |
jobs: | |
test: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v4 | |
- name: Build Soup | |
run: php build_lib.php | |
- name: Build CLI | |
run: php build_cli.php | |
- name: Run ./soup test | |
run: ./CLI/soup test | |
- name: Run ./soup bench | |
run: ./CLI/soup bench |