Skip to content

Commit

Permalink
Check if docker is installed in remote
Browse files Browse the repository at this point in the history
  • Loading branch information
MacarielAerial committed Apr 18, 2024
1 parent 51b234e commit d03e3f6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/general.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@ on: # yamllint disable-line rule:truthy

jobs:
test:
name: Test python application logic
runs-on: ubuntu-latest
container:
image: python:3.11-slim-bookworm

steps:
- name: Checkout
uses: actions/checkout@v4


- name: Check
run: echo docker --version

- name: Build and test with devcontainer
uses: devcontainers/[email protected]
with:
Expand Down

0 comments on commit d03e3f6

Please sign in to comment.