-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Check if docker is installed in remote
- Loading branch information
1 parent
51b234e
commit d03e3f6
Showing
1 changed file
with
4 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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: | ||
|