neu
Some checks failed
Python Linters / pylint (pull_request) Failing after 12s
Python Linters / formatting (pull_request) Failing after 12s
Python Linters / mypy (pull_request) Failing after 11s
REUSE Compliance / reuse (pull_request) Successful in 12s
Selftests / test-build-install (pull_request) Failing after 12s
Selftests / test-sync (pull_request) Failing after 12s
Some checks failed
Python Linters / pylint (pull_request) Failing after 12s
Python Linters / formatting (pull_request) Failing after 12s
Python Linters / mypy (pull_request) Failing after 11s
REUSE Compliance / reuse (pull_request) Successful in 12s
Selftests / test-build-install (pull_request) Failing after 12s
Selftests / test-sync (pull_request) Failing after 12s
This commit is contained in:
@@ -12,9 +12,9 @@ inputs:
|
|||||||
runs:
|
runs:
|
||||||
using: "composite"
|
using: "composite"
|
||||||
steps:
|
steps:
|
||||||
- run: printenv
|
# - run: printenv
|
||||||
- run: echo /root/.local/bin >> $GITHUB_PATH
|
# - run: echo /root/.local/bin >> $GITHUB_PATH
|
||||||
- run: echo /root/.local/bin >> $PATH
|
- run: echo "/root/.local/bin" >> $PATH
|
||||||
- name: Test
|
- name: Test
|
||||||
run: echo $PATH
|
run: echo $PATH
|
||||||
- run: exit 1
|
- run: exit 1
|
||||||
|
|||||||
Reference in New Issue
Block a user