Skip to content

Commit 780e177

Browse files
committed
Give test_runner.sh execution permissions
1 parent 55384ef commit 780e177

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,6 @@ jobs:
1212
- name: Pull C++ container
1313
run: docker pull kbuffardi/cpp-container:latest
1414
- name: Test in container
15-
run: docker run --platform linux/arm64 -v $(pwd):/usr/src -t kbuffardi/cpp-container
15+
run: |
16+
chmod +x test_runner.sh
17+
docker run --platform linux/arm64 -v $(pwd):/usr/src -t kbuffardi/cpp-container

0 commit comments

Comments
 (0)