Skip to content

Commit 856d79a

Browse files
committed
remove job
Signed-off-by: Carlos Panato <ctadeu@gmail.com>
1 parent 7e1337c commit 856d79a

File tree

1 file changed

+0
-31
lines changed

1 file changed

+0
-31
lines changed

.github/workflows/test-action.yml

-31
Original file line numberDiff line numberDiff line change
@@ -32,37 +32,6 @@ jobs:
3232
exit 0
3333
fi
3434
35-
test_kubepug_action_custom:
36-
runs-on: ubuntu-latest
37-
permissions:
38-
actions: none
39-
checks: none
40-
contents: none
41-
deployments: none
42-
issues: none
43-
packages: none
44-
pull-requests: none
45-
repository-projects: none
46-
security-events: none
47-
statuses: none
48-
name: Install Custom kubepug and test presence in path
49-
steps:
50-
- uses: actions/checkout@v2
51-
- name: Install kubepug
52-
uses: ./
53-
with:
54-
kubepug-release: '1.2.0'
55-
- name: Check install!
56-
run: kubepug --version
57-
- name: Check root directory
58-
run: |
59-
if [[ $(git diff --stat) != '' ]]; then
60-
echo 'should be clean'
61-
exit 1
62-
else
63-
exit 0
64-
fi
65-
6635
test_kubepug_action_wrong:
6736
runs-on: ubuntu-latest
6837
permissions:

0 commit comments

Comments
 (0)