We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 613b7cb commit 6c5f234Copy full SHA for 6c5f234
.github/workflows/test.yml
@@ -1,5 +1,5 @@
1
# .github/workflows/test.yml
2
-name: Test Suite
+name: Test Suite Docker
3
4
on: [push, pull_request]
5
@@ -15,9 +15,8 @@ jobs:
15
16
- name: Set up Docker
17
run: |
18
- sudo apt-get update
19
- sudo apt-get install -y docker.io
20
- sudo systemctl start docker
+ curl -fsSL https://get.docker.com -o get-docker.sh
+ sudo sh get-docker.sh
21
22
- name: Build Docker image
23
run: docker build -t aynrand .
0 commit comments