This commit is contained in:
@@ -18,15 +18,8 @@ jobs:
|
|||||||
- name: Run tests
|
- name: Run tests
|
||||||
run: python -m pytest tests/ -v
|
run: python -m pytest tests/ -v
|
||||||
|
|
||||||
create-issue-on-failure:
|
- name: Create issue on failure
|
||||||
runs-on: shell
|
if: failure()
|
||||||
needs: test
|
|
||||||
if: failure()
|
|
||||||
steps:
|
|
||||||
- uses: actions/checkout@v4
|
|
||||||
|
|
||||||
- name: Create failure issue
|
|
||||||
shell: bash
|
|
||||||
run: |
|
run: |
|
||||||
python scripts/create_failure_issue.py \
|
python scripts/create_failure_issue.py \
|
||||||
--sha "${{ github.sha }}" \
|
--sha "${{ github.sha }}" \
|
||||||
|
|||||||
Reference in New Issue
Block a user