Skip to content

Commit

Permalink
chore: fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
wolf4ood committed Sep 26, 2024
1 parent 5d7e65c commit e679191
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- uses: actions/checkout@v2
- name: Starting ArcadeDB Server
run: |
docker-compose -f docker-compose.yaml up -d
docker compose -f docker-compose.yaml up -d
env:
ARCADEDB_VERSION: ${{ matrix.arcadedb-server }}

Expand Down

0 comments on commit e679191

Please sign in to comment.