Skip to content

Commit

Permalink
Enable color in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
olttwa committed Sep 23, 2024
1 parent ed648bb commit 670b30a
Showing 1 changed file with 11 additions and 8 deletions.
19 changes: 11 additions & 8 deletions .github/workflows/test_lint_fmt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,23 +20,26 @@ jobs:
env:
RABBITMQ_DEFAULT_USER: goose
RABBITMQ_DEFAULT_PASS: top-gun
env:
TERM: xterm-256color
GOOSE_TEST_REDIS_HOST: redis
GOOSE_TEST_REDIS_PORT: 6379
GOOSE_TEST_RABBITMQ_HOST: rabbitmq
GOOSE_TEST_RABBITMQ_PORT: 5672
GOOSE_TEST_RABBITMQ_USERNAME: goose
GOOSE_TEST_RABBITMQ_PASSWORD: top-gun
steps:
- uses: actions/checkout@v3
- name: Check formatting
run: clj -M:cljfmt check
- name: Run tests
run: clj -X:test
env:
GIT_FORCE_COLOR: "1"
GOOSE_TEST_REDIS_HOST: redis
GOOSE_TEST_REDIS_PORT: 6379
GOOSE_TEST_RABBITMQ_HOST: rabbitmq
GOOSE_TEST_RABBITMQ_PORT: 5672
GOOSE_TEST_RABBITMQ_USERNAME: goose
GOOSE_TEST_RABBITMQ_PASSWORD: top-gun

lint:
runs-on: ubuntu-20.04
container: cljkondo/clj-kondo:2022.10.05-alpine
env:
TERM: xterm-256color
steps:
- uses: actions/checkout@v3
- name: Lint src
Expand Down

0 comments on commit 670b30a

Please sign in to comment.