We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 86bd33e commit 41255e9Copy full SHA for 41255e9
1 file changed
.github/workflows/ci.yml
@@ -24,15 +24,9 @@ jobs:
24
persist-credentials: false
25
fetch-depth: 0
26
submodules: recursive
27
- - name: Install Latest Docker
28
- run: |
29
- curl -fsSL https://download.docker.com/linux/ubuntu/gpg | sudo apt-key add -
30
- sudo add-apt-repository "deb [arch=amd64] https://download.docker.com/linux/ubuntu $(lsb_release -cs) stable"
31
- sudo apt-get update
32
- sudo apt-get install docker-ce
33
- name: Build Images
34
run: |
35
./services create || true
36
- name: Run Script
37
38
- ./services start test && ./services stop test
+ ./services start test && ./services stop test
0 commit comments