Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
jbropho committed Feb 27, 2024
1 parent fae6352 commit bb83023
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/pipeline.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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 }}
Expand Down

0 comments on commit bb83023

Please sign in to comment.