File tree Expand file tree Collapse file tree 1 file changed +6
-8
lines changed Expand file tree Collapse file tree 1 file changed +6
-8
lines changed Original file line number Diff line number Diff line change 6
6
runs-on : ubuntu-22.04
7
7
continue-on-error : true
8
8
steps :
9
- - name : Check out repository code
9
+ - name : Check out repository code step
10
10
uses : actions/checkout@v4
11
- - name : Installation Step
11
+ - name : Installation step
12
12
run : |
13
- echo "Install snapcraft"
14
13
sudo apt update
15
14
sudo apt install snapcraft
16
- echo "Install snapcraft"
17
15
sudo snap install lxd
18
- echo "Initialize snapcraft"
16
+ sudo snap install core24
19
17
sudo lxd init --auto
20
- - name : Run snapcraft
18
+ - name : Run snapcraft step
21
19
run : |
22
20
cd tests
23
21
# run snapcraft in destructive mode
24
22
# -- network doesn't work properly otherwise
25
23
sudo snapcraft --destructive-mode
26
- - name : Output logs
24
+ - name : Output logs step
27
25
if : always()
28
26
run : |
29
- journalctl -u snap.multipass.multipassd
27
+ journalctl -u snap.lxd.daemon
30
28
sudo bash -c 'cat /root/.local/state/snapcraft/log/snapcraft*.log'
You can’t perform that action at this time.
0 commit comments