Skip to content

Commit

Permalink
Use Github Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
perkss committed Dec 18, 2021
1 parent 3209997 commit 1561fb0
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 15 deletions.
21 changes: 21 additions & 0 deletions .github/workflows/clojure.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
name: Clojure CI

on:
push:
branches: [ master ]
pull_request:
branches: [ master ]

jobs:
build:

runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- name: Install dependencies and run tests
working-directory: ./kafka-producer-consumer-example
run: lein deps && lein test
- name: Install dependencies and run tests
working-directory: ./kafka-streams-example
run: lein deps && lein test
15 changes: 0 additions & 15 deletions .travis.yml

This file was deleted.

0 comments on commit 1561fb0

Please sign in to comment.