Fix Windows false positive

pull/1325/head
Danny Gleckler 12 months ago
parent 286c02b2b2
commit 72831e69e5

@ -120,6 +120,7 @@ jobs:
key: test-${{ runner.os }}-${{ github.run_id }}.${{ github.run_attempt }} key: test-${{ runner.os }}-${{ github.run_id }}.${{ github.run_attempt }}
path: test-cache path: test-cache
- name: Verify cache - name: Verify cache
shell: bash
run: __tests__/verify-cache-files.sh ${{ runner.os }}-save-always test-cache run: __tests__/verify-cache-files.sh ${{ runner.os }}-save-always test-cache
# End to end with proxy # End to end with proxy

Loading…
Cancel
Save