Skip to content

Commit

Permalink
update: add owned values & ignore target dir
Browse files Browse the repository at this point in the history
  • Loading branch information
GoranBrkuljan committed Jan 15, 2025
1 parent 368f5e2 commit 68738b0
Show file tree
Hide file tree
Showing 13 changed files with 1,378 additions and 504 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: Setup 3-node Scylla cluster
run: |
sudo sh -c "echo 2097152 >> /proc/sys/fs/aio-max-nr"
docker compose -f test/docker-compose.yml up -d --wait
docker compose -f docker/docker-compose.yml up -d --wait
- name: Create Keyspace
run: |
docker exec scylla1 cqlsh -e \
Expand Down
Loading

0 comments on commit 68738b0

Please sign in to comment.