Skip to content

Commit

Permalink
bonsai
Browse files Browse the repository at this point in the history
  • Loading branch information
k1LoW committed Oct 1, 2024
1 parent 604a308 commit 3db9486
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@ jobs:
android: true
dotnet: true
haskell: true
large-packages: true
docker-images: true
swap-storage: true
large-packages: false
docker-images: false
swap-storage: false

- name: Install aws-cli
uses: isbang/[email protected]
Expand All @@ -53,14 +53,15 @@ jobs:
run: |
docker compose up -d
sleep 20s
docker compose ps
- name: Run lint
uses: reviewdog/action-golangci-lint@v2
with:
go_version_file: go.mod
reporter: github-pr-check

- name: Run tests
- name: Run test
run: make ci
env:
DEBUG: "true"
Expand Down

0 comments on commit 3db9486

Please sign in to comment.