Skip to content

Commit

Permalink
add dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
misko committed Mar 19, 2024
1 parent 415d360 commit 47e3098
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/docker-build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
branches: [ "main" ]

jobs:
deploy:
build:
runs-on: ubuntu-latest
steps:
- name: Login to Docker Hub
Expand All @@ -20,7 +20,8 @@ jobs:
with:
push: true
tags: csmisko/ardupilotspf:latest
build:
pytest:
neeeds: build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit 47e3098

Please sign in to comment.