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