Skip to content

Commit

Permalink
adds missing basename call
Browse files Browse the repository at this point in the history
  • Loading branch information
chaduhduh committed Aug 28, 2024
1 parent 9a017d6 commit 3238c1c
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 @@ -68,4 +68,4 @@ jobs:
continue-on-error: true

- name: Output container logs
run: docker logs $(basename $(basename $(pwd))-vos-api-1
run: docker logs $(basename $(pwd))-vos-api-1

0 comments on commit 3238c1c

Please sign in to comment.