This repository has been archived by the owner on Nov 16, 2024. It is now read-only.
feat(analyser): Add clickhouse backend and restructure code (#2) #18
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Ruby | |
on: [push,pull_request] | |
jobs: | |
build: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v2 | |
- name: Set up Ruby | |
uses: ruby/setup-ruby@v1 | |
with: | |
ruby-version: 3.3.1 | |
- name: Run the default task | |
run: | | |
gem install bundler -v 2.2.4 | |
bundle install | |
bundle exec rake |