Skip to content

fix(ci): move to upper dir #4

fix(ci): move to upper dir

fix(ci): move to upper dir #4

Workflow file for this run

name: test
on:
push:
jobs:
test:
runs-on: ubuntu-latest
strategy:
matrix:
- config:

Check failure on line 11 in .github/workflows/test.yaml

View workflow run for this annotation

GitHub Actions / test

Invalid workflow file

The workflow is not valid. .github/workflows/test.yaml (Line: 11, Col: 9): A sequence was not expected
rpm:
arch: x86_64
pgrx:
version: pg15
steps:
- uses: actions/checkout@v3
- name: Build & test the project
uses: ./.github/workflows/build-and-test.yaml
with:
rpm-arch: ${{ matrix.config.rpm.arch }}
pgrx-version: ${{ matrix.config.pgrx.version }}