Skip to content

Commit aa8f7a0

Browse files
committed
.
1 parent 8fec5a0 commit aa8f7a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cpp_docker_tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ jobs:
88
container: mtmiller/octave
99
steps:
1010
- uses: actions/checkout@v3
11-
- run: cd HelloWorld && ./HelloWorld
1211
- name: Build docker images
1312
run: docker build -t local < .devcontainer/Dockerfile
1413
- name: Run tests
1514
run: docker run -it -v $PWD:/srv -w/srv local echo "hola"
15+
- run: cd HelloWorld && ./HelloWorld

0 commit comments

Comments
 (0)