Skip to content

Commit

Permalink
try stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
TheRealFalcon committed Apr 26, 2024
1 parent 86278d9 commit d719c4f
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/alpine-unittests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,17 @@ jobs:
# so switch groups to run lxd commands
run: lxc launch images:alpine/edge alpine

- name: Wait for network
run: |
lxc exec alpine -- sh -c '
for _ in $(seq 1 5); do
if ping -c 1 dl-cdn.alpinelinux.org; then
exit 0
fi
done
exit 1
'
- name: Install dependencies
run: lxc exec alpine -- apk add py3-tox git tzdata

Expand Down

0 comments on commit d719c4f

Please sign in to comment.