mirror of
https://github.com/raspberrypi/rpi-eeprom.git
synced 2026-01-20 21:13:36 +08:00
17 lines
315 B
YAML
17 lines
315 B
YAML
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 |