Skip to content

Revert CHANGELOG entry about native tooling #1268

Revert CHANGELOG entry about native tooling

Revert CHANGELOG entry about native tooling #1268

Workflow file for this run

name: Elixir CI
on:
push:
branches: [ main ]
pull_request:
workflow_dispatch:
jobs:
test:
uses: mtrudel/elixir-ci-actions/.github/workflows/test.yml@main
lint:
uses: mtrudel/elixir-ci-actions/.github/workflows/lint.yml@main
h2spec:
uses: ./.github/workflows/h2spec.yml

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

View workflow run for this annotation

GitHub Actions / Elixir CI

Invalid workflow file

error parsing called workflow ".github/workflows/elixir.yml" -> "./.github/workflows/h2spec.yml" : workflow was not found. See https://docs.github.com/actions/learn-github-actions/reusing-workflows#access-to-reusable-workflows for more information.
autobahn:
uses: ./.github/workflows/autobahn.yml
re-run:
permissions:
actions: write
needs: [test, lint, h2spec, autobahn]
if: failure() && fromJSON(github.run_attempt) < 3
runs-on: ubuntu-latest
steps:
- env:
GH_REPO: ${{ github.repository }}
GH_TOKEN: ${{ github.token }}
run: gh workflow run rerun.yml -F run_id=${{ github.run_id }}