We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 013ab5b commit 000a425Copy full SHA for 000a425
1 file changed
.github/workflows/docker-image.yml
@@ -15,6 +15,7 @@ jobs:
15
- uses: actions/checkout@v3
16
- name: Build the Docker image
17
run: |
18
+ git fetch --unshallow
19
cd tests
20
make all
21
make test
0 commit comments