workflow: switch to composite action to fix go/pytest

The go/pytest tests were broken because the reusable workflow
is not quite the right construct. We need the "composite action".
This commit is contained in:
Michael Vogt 2025-01-08 21:15:12 +01:00 committed by Ondřej Budai
parent 573f56a6ec
commit 25043b2e70
4 changed files with 18 additions and 22 deletions

13
.github/actions/testdeps/action.yaml vendored Normal file
View file

@ -0,0 +1,13 @@
name: Install common test dependencies
on: # yamllint disable-line rule:truthy
workflow_call:
runs:
using: "composite"
steps:
- name: Install common test dependencies
shell: bash
run: |
sudo apt update
sudo apt install -y libgpgme-dev libbtrfs-dev libdevmapper-dev podman