test
This commit is contained in:
@@ -6,11 +6,8 @@ jobs:
|
|||||||
docker:
|
docker:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: updateing.
|
- name: Install Docker
|
||||||
run: apt-get -y update
|
run: curl -fsSL https://get.docker.com | sh
|
||||||
|
|
||||||
- name: Install Docker.
|
|
||||||
run: apt-get -y install docker
|
|
||||||
|
|
||||||
- name: Check out repository code.
|
- name: Check out repository code.
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
|||||||
Reference in New Issue
Block a user