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 8523865
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,11 @@ jobs:
steps:
- uses: actions/checkout@v3

- name: test
run: |
ls -l
pwd
- name: Install packages
if: ${{ env.ACT }}
run: |
Expand All @@ -37,6 +42,8 @@ jobs:
- name: Run scripts in Renode
uses: antmicro/renode-linux-runner-action@v1
with:
arch: riscv64
kernel: kernel.tar.xz
shared-dirs: ./
renode-run: |
python -m venv .venv
Expand Down
7 changes: 5 additions & 2 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 Down Expand Up @@ -35,6 +35,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
Binary file added kernel.tar.xz
Binary file not shown.

0 comments on commit 8523865

Please sign in to comment.