diff --git a/.github/workflows/pipeline.yaml b/.github/workflows/pipeline.yaml index 2cbc2419..bc4e1d89 100644 --- a/.github/workflows/pipeline.yaml +++ b/.github/workflows/pipeline.yaml @@ -37,18 +37,12 @@ jobs: ZOOKEEPER_CLIENT_PORT: 2181 ZOOKEEPER_TICK_TIME: 2000 steps: - # - name: permissions-test - # env: - # MY_SECRET: ${{ secrets.FOO }} - # run: echo $(printf %.1s "$MY_SECRET") - name: checkout uses: actions/checkout@v4 with: fetch-tags: true - # TODO: fetch-depth: 100 - name: build - # TODO: run: | git config --global --add safe.directory /__w/jackdaw/jackdaw lein kaocha @@ -59,8 +53,6 @@ jobs: KAFKA_REST_PROXY_HOST: kafka-rest - name: lint run: lein clj-kondo --lint src test || true - # - name: test - # run: lein kaocha - name: deploy_snapshot env: CLOJARS_USERNAME: ${{ secrets.CLOJARS_USERNAME }}