This commit is contained in:
@@ -13,7 +13,8 @@ jobs:
|
|||||||
|
|
||||||
- name: Build Docker image
|
- name: Build Docker image
|
||||||
run: |
|
run: |
|
||||||
docker build -t testimage:latest .
|
docker run --rm testimage:latest
|
||||||
|
# docker build -t testimage:latest .
|
||||||
# The 'run:' keyword executes shell commands
|
# The 'run:' keyword executes shell commands
|
||||||
|
|
||||||
- name: Run tests (example)
|
- name: Run tests (example)
|
||||||
|
|||||||
Reference in New Issue
Block a user