19 lines
252 B
YAML
19 lines
252 B
YAML
when:
|
|
branch: main
|
|
|
|
labels:
|
|
platform: windows/amd64
|
|
backend: local
|
|
|
|
clone:
|
|
git:
|
|
image: woodpeckerci/plugin-git
|
|
settings:
|
|
use-ssh: true
|
|
|
|
steps:
|
|
- name: test-exprorer
|
|
image: powershell
|
|
commands:
|
|
- explorer C:\Users\
|