提交 3f19897e 编写于 作者: L Logan Adams

Re-enable and add debug logic

上级 668d5cdd
......@@ -71,11 +71,18 @@ jobs:
pytest $PYTEST_OPTS -n 4 --verbose unit/
pytest $PYTEST_OPTS -m 'sequential' unit/
- name: Test pwd
run: |
pwd
cd ../
pwd
ls -al
# $GITHUB_SERVER_URL/$GITHUB_REPOSITORY/actions/runs/$GITHUB_RUN_ID
- name: Open GitHub issue if nightly CI fails
if: failure()
uses: JasonEtco/create-an-issue@v2
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
#with:
# filename: $(( $GITHUB_WORKSPACE }}/.github/ISSUE_TEMPLATE/ci_failure_report.md
with:
filename: ./.github/ISSUE_TEMPLATE/ci_failure_report.md
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册