Skip to content

Commit

Permalink
chore(tics) ensure deps are installed before running the tics report
Browse files Browse the repository at this point in the history
Signed-off-by: David Edler <[email protected]>
  • Loading branch information
edlerd committed Mar 18, 2024
1 parent 80dbb3b commit 706847e
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/coverage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,16 @@ jobs:
steps:
- uses: actions/checkout@v4

- name: Install Dotrun
run: |
sudo pip3 install dotrun
- name: Install LXD-UI dependencies
run: |
set -x
sudo chmod 0777 ../lxd-ui
dotrun install
- name: Produce TICS report
shell: bash
run: |
Expand Down

0 comments on commit 706847e

Please sign in to comment.