We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6a4130e commit af8ae28Copy full SHA for af8ae28
.github/workflows/build-snap.yml
@@ -1,7 +1,7 @@
1
name: Build and test MicroK8s snap
2
3
on:
4
- - push
+ - pull_request
5
6
jobs:
7
build:
tests/lxc/install-deps/ubuntu_20.04
@@ -4,6 +4,7 @@ export $(grep -v '^#' /etc/environment | xargs)
export DEBIAN_FRONTEND=noninteractive
apt-get update
+apt-get install xdelta3 -y
8
apt-get install python3-pip docker.io -y
9
pip3 install pytest==8.3.4 requests pyyaml sh psutil
10
# Attempting to address https://forum.snapcraft.io/t/lxd-refresh-cause-container-socket-error/8698
0 commit comments