We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9bd866e commit 1ed7769Copy full SHA for 1ed7769
.github/workflows/dev_container.yml
@@ -37,4 +37,5 @@ jobs:
37
uses: addnab/docker-run-action@v3
38
with:
39
image: px4-dev:latest
40
- run: ls; export; cd /github/workspace; ls; make quick_check
+ options: -v ${{ github.workspace }}:/workspace
41
+ run: ls; export; cd /workspace; ls; make quick_check
0 commit comments