diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml new file mode 100644 index 0000000..f9f4b47 --- /dev/null +++ b/.github/workflows/test.yml @@ -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 \ No newline at end of file