Skip to content

Commit 6c5f234

Browse files
fix(workflow): ⚡ update workflow
1 parent 613b7cb commit 6c5f234

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# .github/workflows/test.yml
2-
name: Test Suite
2+
name: Test Suite Docker
33

44
on: [push, pull_request]
55

@@ -15,9 +15,8 @@ jobs:
1515

1616
- name: Set up Docker
1717
run: |
18-
sudo apt-get update
19-
sudo apt-get install -y docker.io
20-
sudo systemctl start docker
18+
curl -fsSL https://get.docker.com -o get-docker.sh
19+
sudo sh get-docker.sh
2120
2221
- name: Build Docker image
2322
run: docker build -t aynrand .

0 commit comments

Comments
 (0)