Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
manliebert committed Mar 1, 2024
1 parent a6f5dcd commit 976b3e7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/devContainer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,12 @@ jobs:
.devcontainer/prepare-env.sh
cp .devcontainer/software/docker-compose.yml .devcontainer/docker-compose.yml
- name: run tests softare
- name: run tests software
uses: devcontainers/ci@v0.3
with:
configFile: .devcontainer/software/devcontainer.json
env: .devcontainer/software/.env
runCmd: software/build.sh
# runCmd: software/build.sh

- name: run tests stm32
uses: devcontainers/ci@v0.3
Expand Down

0 comments on commit 976b3e7

Please sign in to comment.