Skip to content

Improve CI workflow #525

Improve CI workflow

Improve CI workflow #525

Workflow file for this run

name: CI
on:
push:
branches: [master, develop]
pull_request:
branches: [master]
jobs:
Perfecto:
strategy:
matrix:
image: [ 'ol7', 'ol8', 'ol9']
uses: ./.github/workflows/perfecto.yml

Check failure on line 14 in .github/workflows/ci.yml

View workflow run for this annotation

GitHub Actions / CI

Invalid workflow file

The workflow is not valid. In .github/workflows/ci.yml (Line: 14, Col: 11): Error from called workflow essentialkaos/kaos-repo/.github/workflows/perfecto.yml@7ad3670f1bdf2851dfe6123d1abe7561538c8ad9 (Line: 29, Col: 15): Unrecognized named-value: 'github'. Located at position 1 within expression: github.event.inputs.image
with:
image: ${{ matrix.image }}
Bibop:
name: Bibop Validation
runs-on: ubuntu-latest
steps:
- name: Setup PATH
run: |
echo "${{ github.workspace }}" >> "$GITHUB_PATH"
- name: Code checkout
uses: actions/checkout@v3
- name: Install bibop and bibop-massive
run: |
wget https://apps.kaos.st/bibop/latest/linux/x86_64/bibop
wget https://kaos.sh/bibop/scripts/bibop-massive
chmod +x bibop bibop-massive
bibop -v
bibop-massive -v
- name: Run bibop recipes validation
env:
TERM: xterm-256color
run: bibop-massive -V tests