debian-forge-cli/.github/actions/testdeps/action.yaml
Michael Vogt 25043b2e70 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".
2025-01-10 08:30:28 +00:00

13 lines
313 B
YAML

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