Skip to content

Replace the deprecated exec_program call with execute_process (#143) #521

Replace the deprecated exec_program call with execute_process (#143)

Replace the deprecated exec_program call with execute_process (#143) #521

Workflow file for this run

name: Ubuntu CI
on:
pull_request:
push:
branches:
- 'ign-tools[0-9]'
- 'gz-tools[0-9]'
- 'main'
jobs:
bionic-ci:
runs-on: ubuntu-latest
name: Ubuntu Bionic CI
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Compile and test
id: ci
uses: ignition-tooling/action-ignition-ci@bionic
focal-ci:
runs-on: ubuntu-latest
name: Ubuntu Focal CI
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Compile and test
id: ci
uses: ignition-tooling/action-ignition-ci@focal
jammy-ci:
runs-on: ubuntu-latest
name: Ubuntu Jammy CI
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Compile and test
id: ci
uses: ignition-tooling/action-ignition-ci@jammy