Skip to content

ci: Add github actions to replace Travis #3

ci: Add github actions to replace Travis

ci: Add github actions to replace Travis #3

Workflow file for this run

name: Check
on:
pull_request:
branches: [ "master", "stable-*" ]
jobs:
test-1:
runs-on: ubuntu-20.04
env:
PREFIX: "/usr"
CONFIG: "--with-openssl --prefix=${PREFIX}"
CHECK: "distcheck"
RUN_TEST: "1"
steps:
- name: Checkout
uses: actions/checkout@v3
- name: My composite action
uses: ./.github/actions/test-swtpm.yml