Skip to content

Handle zstd compressed primary.xml as well (bsc#1217269) #1203

Handle zstd compressed primary.xml as well (bsc#1217269)

Handle zstd compressed primary.xml as well (bsc#1217269) #1203

Workflow file for this run

name: CI
on:
push:
branches: [ '*' ]
pull_request:
branches: [ master ]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Update packages repository
run: |
sudo apt-get update
- name: Install libyaml-libyaml-perl
run: |
sudo apt-get install libyaml-libyaml-perl
- name: Install debdiff for debtransform test
run: |
sudo apt-get install devscripts
- name: Test
run: |
make test test-debtransform