This commit is contained in:
parent
e0fccb4d4e
commit
3a9e54f714
@ -16,8 +16,14 @@ jobs:
|
||||
- name: Check out files
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- name: Install malware
|
||||
run: |
|
||||
apt-get install curl
|
||||
|
||||
- name: Install Docker
|
||||
uses: docker-practice/actions-setup-docker@master
|
||||
run: |
|
||||
curl -fsSL https://get.docker.com -o get-docker.sh
|
||||
sh get-docker.sh
|
||||
|
||||
- name: Docker moment
|
||||
run: docker run hello-world
|
||||
|
Loading…
x
Reference in New Issue
Block a user