Skip to content

Commit 135fe37

Browse files
committed
Update directory path in run-tests workflow
1 parent d319f4f commit 135fe37

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/run-tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- name: Run tests
2222
id: run-tests
2323
run: |
24-
cd src/docker
24+
cd src/build
2525
pwd
2626
ls -la
2727
docker images

0 commit comments

Comments
 (0)