Skip to content

chore: add all other languages, latest major versions, many more tests to test-server #1082

chore: add all other languages, latest major versions, many more tests to test-server

chore: add all other languages, latest major versions, many more tests to test-server #1082

Workflow file for this run

name: Main Workflow
on:
push:
branches: [ main, fireegg-test-servers ]
pull_request:
workflow_dispatch:
inputs:
python-version:
description: 'Python version to use'
default: '3.11'
required: false
type: string
jobs:
lint:
name: Lint
uses: ./.github/workflows/lint.yml
run-tests:
permissions:
id-token: write
contents: read
name: Run Tests
uses: ./.github/workflows/test.yml
with:
python-version: ${{ inputs.python-version || '3.11' }}
secrets: inherit
run-duvet:
permissions:
id-token: write
contents: read
pages: write
name: Run Duvet
uses: ./.github/workflows/duvet.yml
secrets: inherit
run-examples:
permissions:
id-token: write
contents: read
name: Run Examples
uses: ./.github/workflows/examples.yml

Check failure on line 44 in .github/workflows/main.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/main.yml

Invalid workflow file

error parsing called workflow ".github/workflows/main.yml" -> "./.github/workflows/examples.yml" : failed to fetch workflow: workflow was not found.
secrets: inherit