Skip to content

Commit

Permalink
again
Browse files Browse the repository at this point in the history
  • Loading branch information
dagar committed Nov 15, 2024
1 parent 879b38c commit 05a2daa
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/dev_container.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,19 +19,22 @@ jobs:
steps:

- uses: actions/checkout@v4
with:
fetch-tags: true
submodules: false

- name: Build and load container image
uses: docker/build-push-action@v6
with:
context: Tools/setup
push: false
load: true
tags: px4-dev:latest
platforms: |
linux/amd64
load: true
push: false

- name: make quick_check
uses: addnab/docker-run-action@v3
with:
image: px4-dev:latest
run: make quick_check
run: ls; export; cd $GITHUB_WORKSPACE; make quick_check

0 comments on commit 05a2daa

Please sign in to comment.