We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f1eefb commit df4e58aCopy full SHA for df4e58a
.github/workflows/base-test.yml
@@ -31,11 +31,11 @@ jobs:
31
run: pip install tox 'coveralls<3'
32
- name: Lint code
33
run: tox -e lint
34
- - name: Login to Docker Hub
35
- uses: docker/login-action@v3
36
- with:
37
- username: ${{ secrets.DOCKERHUB_USERNAME }}
38
- password: ${{ secrets.DOCKERHUB_TOKEN }}
+ # - name: Login to Docker Hub
+ # uses: docker/login-action@v3
+ # with:
+ # username: ${{ secrets.DOCKERHUB_USERNAME }}
+ # password: ${{ secrets.DOCKERHUB_TOKEN }}
39
- name: Start clickhouse cluster
40
run: CLICKHOUSE_VERSION=${{ matrix.clickhouse-version }} docker compose up -d --wait
41
- name: Run test
0 commit comments