Skip to content

Commit

Permalink
ci: add .algorun.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
HashMapsData2Value committed Oct 24, 2024
1 parent e43d5b6 commit 8f5c997
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,12 @@ jobs:
sudo apt-get update
sudo apt-get install -y docker.io docker-compose
- name: setup .algorun.yaml
run: |
touch .algoran.yaml
echo 'server: http://localhost:8080' >> .algorun.yaml
echo 'token: aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa' >> .algorun.yaml
- name: Start Docker Compose
run: docker-compose up -d

Expand Down

0 comments on commit 8f5c997

Please sign in to comment.