Skip to content

Commit

Permalink
detele - debug cached files
Browse files Browse the repository at this point in the history
  • Loading branch information
wszaranski committed Apr 9, 2024
1 parent 6b238b0 commit f046b9c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@ jobs:
with:
path: integration/redis_src/redis-server
key: ${{ runner.os }}-redis-server-binary

- run: find integration/
- run: ls -al integration/redis_src/redis-server integration/get_redis.sh
- name: Test
run: make ci
- run: ls -al integration/redis_src/redis-server integration/get_redis.sh
- run: find integration/

0 comments on commit f046b9c

Please sign in to comment.