File tree Expand file tree Collapse file tree 2 files changed +2
-5
lines changed Expand file tree Collapse file tree 2 files changed +2
-5
lines changed Original file line number Diff line number Diff line change @@ -11,18 +11,16 @@ jobs:
11
11
- name : Run Unit Tests (manager app)
12
12
run : |
13
13
cd github-runner-manager
14
- pip install tox pylint flake8 -r ./requirements.txt
14
+ pip install tox flake8 -r ./requirements.txt
15
15
tox -e unit,coverage-report
16
16
rm -rf .tox
17
17
- name : Run Unit Tests
18
18
run : |
19
- pip install tox pylint flake8 -r ./requirements.txt -r ./github-runner-manager/requirements.txt
19
+ pip install tox flake8 -r ./requirements.txt -r ./github-runner-manager/requirements.txt
20
20
tox -e unit,coverage-report
21
21
rm -rf .tox
22
22
- name : TICS GitHub Action
23
23
uses : tiobe/tics-github-action@v3
24
- env :
25
- PYTHONPATH : " /home/ubuntu/actions-runner/_work/github-runner-operator/github-runner-operator/src:/home/ubuntu/actions-runner/_work/github-runner-operator/github-runner-operator/lib:/home/ubuntu/actions-runner/_work/github-runner-operator/github-runner-operator/github-runner-manager/src/github_runner_manager:/home/ubuntu/actions-runner/_work/github-runner-operator/github-runner-operator/github-runner-manager/src"
26
24
with :
27
25
mode : qserver
28
26
project : github-runner-operator
Original file line number Diff line number Diff line change @@ -88,7 +88,6 @@ Thinking about using the GitHub runner charm for your next project? [Get in touc
88
88
1 . [ Set base image] ( local-lxd/how-to/set-base-image.md )
89
89
1 . [ Reference] ( local-lxd/reference )
90
90
1 . [ Actions] ( local-lxd/reference/actions.md )
91
- 1 . [ ARM64] ( local-lxd/reference/arm64.md )
92
91
1 . [ Configurations] ( local-lxd/reference/configurations.md )
93
92
1 . [ COS Integration] ( local-lxd/reference/cos.md )
94
93
1 . [ GitHub runner cryptographic overview] ( local-lxd/reference/cryptographic-overview.md )
You can’t perform that action at this time.
0 commit comments