Skip to content

Commit ee8aa1a

Browse files
authored
Create test.yaml
1 parent d6da9c9 commit ee8aa1a

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

.github/workflows/test.yaml

+20
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
name: Test composite action
2+
on:
3+
pull_request:
4+
paths:
5+
- 'action.yml'
6+
workflow_dispatch:
7+
8+
jobs:
9+
test-composite-action:
10+
runs-on: ubuntu-latest
11+
steps:
12+
13+
- name: Test action
14+
uses: ./
15+
with:
16+
cache: 'true'
17+
18+
- name: Get nodes
19+
run: k3s kubectl get nodes -o wide
20+

0 commit comments

Comments
 (0)