"mmdet3d/vscode:/vscode.git/clone" did not exist on "2bb43004aeb98a7c46bb737d0a1a7b5c2aa6a393"
Commit 3bae0940 authored by muyangli's avatar muyangli
Browse files

test code checkout

parent bc9a0ca4
...@@ -9,5 +9,12 @@ jobs: ...@@ -9,5 +9,12 @@ jobs:
steps: steps:
- name: Check runner is online - name: Check runner is online
run: echo "Self-hosted runner is online!" run: echo "Self-hosted runner is online!"
- name: Test creating files set-up-environment:
run: touch a && readlink -f a && echo "new version" runs-on: self-hosted
needs: ping-runner
steps:
- uses: actions/checkout@v4
with:
submodules: true # pulls submodules too
- name: test where am i
run: echo $PWD
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment