Commit 1c69fae
committed
Avoid moving repo files out of \$GITHUB_WORKSPACE in 'source-root' test
Moving the files into ../action was causing the job to fail because it couldn't find the test directory anymore. According to @adityasharad, these 'mv's should
not be necessary. Removing these means changing the path to the actions.
I'm also removing the 'config-file' input to keep the test minimal. I think this will mean that CodeQL will use the default query suite, so I hope that this doesn't change the results.1 parent 028f98f commit 1c69fae
1 file changed
Lines changed: 2 additions & 10 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
901 | 901 | | |
902 | 902 | | |
903 | 903 | | |
904 | | - | |
905 | | - | |
906 | | - | |
907 | | - | |
908 | | - | |
909 | | - | |
910 | | - | |
911 | | - | |
| 904 | + | |
912 | 905 | | |
913 | | - | |
914 | 906 | | |
915 | 907 | | |
916 | 908 | | |
917 | 909 | | |
918 | 910 | | |
919 | | - | |
| 911 | + | |
920 | 912 | | |
921 | 913 | | |
922 | 914 | | |
| |||
0 commit comments