We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d0f4c2a commit bd23c3dCopy full SHA for bd23c3d
1 file changed
.github/workflows/test.yml
@@ -13,6 +13,9 @@ jobs:
13
GHA_PREEMPTIBLE: "false"
14
15
steps:
16
+ - uses: actions/checkout@v2
17
+ with:
18
+ submodules: recursive
19
- run: pwd
20
- run: ls -alh
21
- run: hostname
0 commit comments