Skip to content

Commit

Permalink
fixed test data
Browse files Browse the repository at this point in the history
  • Loading branch information
mryzhov committed Mar 21, 2024
1 parent b4bf6ea commit 1e915da
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cache_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,9 @@ jobs:

- name: Test preconditions(win)
run: |
mkdir -p ${env:CACHE_TMP}
mkdir -p ${env:CACHE_TMP} -force
echo test > ${env:CACHE_TMP}/file.txt
mkdir -p ${env:CACHE_REMOTE}
mkdir -p ${env:CACHE_REMOTE} -force
pushd ${env:CACHE_TMP}
tar -czvf ${env:CACHE_REMOTE}/test_cache_$(date '+%Y%m%d%S').cache *
popd
Expand Down

0 comments on commit 1e915da

Please sign in to comment.