test: Add github workflow for test-rpi-eeprom-config

This commit is contained in:
Tim Gover
2025-04-08 08:20:14 +01:00
committed by Tim Gover
parent 17a9f162c9
commit f087342b26

17
.github/workflows/test.yml vendored Normal file
View File

@@ -0,0 +1,17 @@
name: Test EEPROM Config
on:
pull_request:
branches: [ 'master' ]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Run EEPROM Config Tests
run: |
cd test
chmod +x test-rpi-eeprom-config
./test-rpi-eeprom-config