Skip to content

Commit

Permalink
Load device modules
Browse files Browse the repository at this point in the history
  • Loading branch information
jmichalski-ant committed Jan 25, 2024
1 parent 3789f12 commit ca937b7
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ name: Generate and publish docs

on:
push:
branches:
- main
# branches:
# - main
pull_request:
workflow_dispatch:
schedule:
Expand All @@ -13,16 +13,15 @@ jobs:

docs:
runs-on: ubuntu-latest
container: debian
steps:

- name: Get repository
uses: actions/checkout@v3

- uses: actions/setup-python@v2
with:
python-version: 3.11
- name: Install protoplaster with pip
run: |
sudo apt install python3 python3-pip
pip install .
- name: Install tuttest
run: |
Expand All @@ -35,6 +34,9 @@ jobs:
- name: Generate test report from yml
run: |
# sudo modprobe i2c-stub chip_addr=0x3C
sudo modprobe vivid
# sudo modprobe gpio-mockup gpio_mockup_ranges=0,32
protoplaster -t example.yml --csv report.csv
protoplaster-test-report report.csv -t md
Expand Down

0 comments on commit ca937b7

Please sign in to comment.