Skip to content

Improve tests

Improve tests #1346

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
re-run:
permissions:
actions: write
needs: [test, lint, h2spec, autobahn]

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

View workflow run for this annotation

GitHub Actions / Elixir CI

Invalid workflow file

The workflow is not valid. .github/workflows/elixir.yml (Line: 15, Col: 19): Job 're-run' depends on unknown job 'lint'. .github/workflows/elixir.yml (Line: 15, Col: 25): Job 're-run' depends on unknown job 'h2spec'.
if: failure() && fromJSON(github.run_attempt) < 5
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 }}