HKG: Add FW versions for Genesis GV70 Electrified 2022 (Australia Onl… #6794
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: | |
jobs: | |
tests: | |
name: ./test.sh | |
runs-on: ${{ matrix.os }} | |
strategy: | |
fail-fast: false | |
matrix: | |
os: [ubuntu-24.04, macos-latest] | |
steps: | |
- uses: commaai/timeout@v1 | |
- uses: actions/checkout@v4 | |
- run: ./test.sh |