Skip to content

Commit dcfff02

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 dcfff02

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.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)