fix file permission for non root user docker image (#334)

This commit is contained in:
watiko
2020-08-08 13:31:26 -07:00
committed by GitHub
parent 17c7ecead2
commit 26e4270e41
4 changed files with 14 additions and 3 deletions
+10
View File
@@ -0,0 +1,10 @@
name: job-container
on: push
jobs:
test:
runs-on: ubuntu-latest
container:
image: ocaml/opam2:debian-9-opam
steps:
- run: echo PASS