Skip to content

failing test for calculations in different schema #2637

failing test for calculations in different schema

failing test for calculations in different schema #2637

Workflow file for this run

name: CI
on:
push:
tags:
- "v*"
branches: [main]
pull_request:
branches: [main]
jobs:
ash-ci:

Check failure on line 10 in .github/workflows/elixir.yml

View workflow run for this annotation

GitHub Actions / CI

Invalid workflow file

The workflow is not valid. .github/workflows/elixir.yml (Line: 10, Col: 3): Error calling workflow 'ash-project/ash/.github/workflows/ash-ci.yml@main'. The nested job 'report_mix_deps' is requesting 'contents: write', but is only allowed 'contents: read'. .github/workflows/elixir.yml (Line: 10, Col: 3): Error calling workflow 'ash-project/ash/.github/workflows/ash-ci.yml@main'. The nested job 'deploy-docs' is requesting 'pages: write, id-token: write', but is only allowed 'pages: none, id-token: none'.
strategy:
fail-fast: false
matrix:
postgres-version: ["14", "15", "16"]
uses: ash-project/ash/.github/workflows/ash-ci.yml@main
with:
postgres: true
postgres-version: ${{ matrix.postgres-version }}
publish-docs: ${{ matrix.postgres-version == '16' }}
release: ${{ matrix.postgres-version == '16' }}
igniter-upgrade: ${{matrix.postgres-version == '16'}}
secrets:
hex_api_key: ${{ secrets.HEX_API_KEY }}