Skip to content

Commit ca12265

Browse files
committed
CI: update protoplaster invocation
Protoplaster now refuses to run if reports dir is missing, so this commit sets it to the current directory to satisfy that requirement. Signed-off-by: Maciej Sobkowski <msobkowski@antmicro.com>
1 parent e0747e8 commit ca12265

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
python -m venv .venv
4343
source .venv/bin/activate
4444
pip install .
45-
protoplaster -d tests -t basic.yml
45+
protoplaster -d tests -r . -a . -t basic.yml
4646
devices: |
4747
vivid
4848
gpio 0 32

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
- name: Generate docs from yml
3232
run: |
3333
tuttest README.md example > example.yml
34-
protoplaster -d . -a /tmp -t example.yml --generate-docs
34+
protoplaster -d . -r . -a /tmp -t example.yml --generate-docs
3535
3636
- name: Generate test report in Renode
3737
uses: antmicro/renode-linux-runner-action@main

0 commit comments

Comments
 (0)