Skip to content

Commit f087342

Browse files
committed
test: Add github workflow for test-rpi-eeprom-config
1 parent 17a9f16 commit f087342

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

.github/workflows/test.yml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
name: Test EEPROM Config
2+
3+
on:
4+
pull_request:
5+
branches: [ 'master' ]
6+
7+
jobs:
8+
test:
9+
runs-on: ubuntu-latest
10+
steps:
11+
- uses: actions/checkout@v4
12+
13+
- name: Run EEPROM Config Tests
14+
run: |
15+
cd test
16+
chmod +x test-rpi-eeprom-config
17+
./test-rpi-eeprom-config

0 commit comments

Comments
 (0)