Skip to content

Commit

Permalink
ci: assume docker installed
Browse files Browse the repository at this point in the history
  • Loading branch information
HashMapsData2Value committed Oct 24, 2024
1 parent 8f5c997 commit e39a66c
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e39a66c

Please sign in to comment.