File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 4040 run : dotnet jb cleanupcode Cassandra.DistributedTaskQueue.sln --profile=CatalogueCleanup --verbosity=WARN && git diff --exit-code -- ':!./cassandra-distributed-task-queue-ui/.yarn'
4141 - name : Check front code
4242 run : yarn --cwd cassandra-distributed-task-queue-ui lint
43- - name : Build docker- compose environment
44- run : docker- compose -f docker-compose.yaml up -d --build
43+ - name : Build docker compose environment
44+ run : docker compose -f docker-compose.yaml up -d --build
4545 env :
4646 ES_VERSION : ${{ matrix.es-version }}
4747 - name : Run front tests
5050 run : dotnet test --no-build --configuration Release
5151 env :
5252 ES_VERSION : ${{ matrix.es-version }}
53- - name : Stop docker- compose
53+ - name : Stop docker compose
5454 if : always()
55- run : docker- compose -f docker-compose.yaml down
55+ run : docker compose -f docker-compose.yaml down
5656 env :
5757 ES_VERSION : ${{ matrix.es-version }}
5858 publish :
You can’t perform that action at this time.
0 commit comments