Skip to content

Commit 804bcf6

Browse files
committed
ls?
1 parent 9bd491b commit 804bcf6

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.github/workflows/qodana-check-duplicatedcode.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,16 @@ jobs:
3333
with:
3434
tool-cache: false
3535
large-packages: false
36+
- name: Test ls command
37+
run: ls $GITHUB_WORKSPACE
38+
- name: test more
39+
run: ls $GITHUB_WORKSPACE/qodana-configs
40+
- name: test more more
41+
run: ls $GITHUB_WORKSPACE/qodana-configs/duplicated-code
42+
- name: test more more more
43+
run: cat $GITHUB_WORKSPACE/qodana-configs/duplicated-code/qodana.yaml
44+
- name: test more more more more
45+
run: cd $GITHUB_WORKSPACE/qodana-configs/duplicated-code && pwd
3646
- name: 'Qodana Scan'
3747
uses: JetBrains/[email protected]
3848
env:

0 commit comments

Comments
 (0)