Skip to content

Commit

Permalink
Fixed CI
Browse files Browse the repository at this point in the history
  • Loading branch information
dusktreader committed Jan 20, 2025
1 parent e15fece commit da52253
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@ jobs:
with:
architecture: 'x64'

- name: Install Charmcraft
run: |
sudo snap install charmcraft --channel 3.x/stable --classic
- name: "Install tox, run 'make lint'"
run: |
cd vantage-agent
Expand All @@ -31,6 +35,10 @@ jobs:
with:
architecture: 'x64'

- name: Install Charmcraft
run: |
sudo snap install charmcraft --channel 3.x/stable --classic
- name: "Install tox, run 'make lint'"
run: |
cd jobbergate-agent
Expand All @@ -47,6 +55,10 @@ jobs:
with:
architecture: 'x64'

- name: Install Charmcraft
run: |
sudo snap install charmcraft --channel 3.x/stable --classic
- name: "Install tox, run 'make lint'"
run: |
cd license-manager-agent
Expand Down

0 comments on commit da52253

Please sign in to comment.