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 634897a
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions .github/workflows/dev_container.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,19 +19,25 @@ 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
cache-from: type=gha
cache-to: type=gha,mode=max

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

0 comments on commit 634897a

Please sign in to comment.