Skip to content

Commit

Permalink
Fix github action
Browse files Browse the repository at this point in the history
  • Loading branch information
mleleszi committed Jun 8, 2024
1 parent dcf68c4 commit 5b228c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ jobs:
- name: make
run: cd build && make
- name: Run Test
run: /home/runner/work/run_tests/run_tests/build/test/redis_test
run: /home/runner/work/cpp-redis-clone/cpp-redis-clone/build/test/redis_test

0 comments on commit 5b228c8

Please sign in to comment.