We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 31b2ca6 commit ec22a4dCopy full SHA for ec22a4d
.github/workflows/build_and_test.yml
@@ -54,6 +54,8 @@ jobs:
54
steps:
55
- name: Checkout Repo
56
uses: actions/checkout@v2
57
+ with:
58
+ fetch-depth: 0
59
- run: mkdir -p $TEST_RESULTS
60
- name: Integration test ${{ matrix.target }}
61
run: |
0 commit comments