Skip to content

Commit 7160a2b

Browse files
committed
100% coverage
1 parent 6d7f80b commit 7160a2b

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

.github/workflows/demo-workflow.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272
uses: garygrossgarten/github-action-scp@release
7373
with:
7474
local: target/workflow-github-actions-1.0-SNAPSHOT.jar
75-
remote: hacene/demo/actions # My remote directory
75+
remote: hacene/demo/actions/workflow-github-actions.jar # My remote directory
7676
host: ${{ secrets.HOST }}
7777
username: ${{ secrets.SSH_USER }}
7878
password: ${{ secrets.SSH_PASSWORD }}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
package com.workflow.github;
2+
3+
import org.junit.jupiter.api.Test;
4+
5+
class WorkflowApplicationTest {
6+
7+
@Test
8+
public void main() {
9+
WorkflowApplication.main(new String[]{});
10+
}
11+
}

0 commit comments

Comments
 (0)