From e39a66c06a5d620d32e188d1348d1b2a6a812f4a Mon Sep 17 00:00:00 2001 From: HashMapsData2Value <83883690+HashMapsData2Value@users.noreply.github.com> Date: Thu, 24 Oct 2024 15:23:06 +0200 Subject: [PATCH] ci: assume docker installed --- .github/workflows/test.yaml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index a6bf68ab..491805c1 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -14,14 +14,9 @@ jobs: - name: Setup Go uses: actions/setup-go@v5 - - name: Install Docker - run: | - sudo apt-get update - sudo apt-get install -y docker.io docker-compose - - name: setup .algorun.yaml run: | - touch .algoran.yaml + touch .algorun.yaml echo 'server: http://localhost:8080' >> .algorun.yaml echo 'token: aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa' >> .algorun.yaml