Skip to content

Commit

Permalink
fix unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
erinecon committed Dec 2, 2024
1 parent d6ee53e commit a062cf8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,4 @@ jobs:
with:
self-hosted-runner: true
self-hosted-runner-label: "edge"
pre-run-script: unit-test-installation.sh
5 changes: 5 additions & 0 deletions unit-test-installation.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
#!/bin/bash
# Copyright 2024 Canonical Ltd.
# See LICENSE file for licensing details.

pip install rst2html

0 comments on commit a062cf8

Please sign in to comment.