Skip to content

Commit

Permalink
Temp remove test for faster test iterations
Browse files Browse the repository at this point in the history
  • Loading branch information
mtrudel committed Jan 4, 2025
1 parent 6f5c2e1 commit d30a118
Showing 1 changed file with 0 additions and 17 deletions.
17 changes: 0 additions & 17 deletions .github/workflows/elixir.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,20 +9,3 @@ on:
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
autobahn:
uses: ./.github/workflows/autobahn.yml
re-run:
permissions:
actions: write
needs: [test, lint, h2spec, autobahn]
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 }}

0 comments on commit d30a118

Please sign in to comment.