Skip to content

Merge pull request #71 from gojek/bugfix/event_count_batch_drop_event #307

Merge pull request #71 from gojek/bugfix/event_count_batch_drop_event

Merge pull request #71 from gojek/bugfix/event_count_batch_drop_event #307

Workflow file for this run

name: "Clickstream CI"
on: [push, workflow_dispatch]
# Allows you to run this workflow manually from the Actions tab
# workflow_dispatch:
jobs:
RunTests:
name: "Unit Tests"
runs-on: macos-latest
steps:
- name: Checkout repository
uses: actions/checkout@v2
- name: Set up ruby environment
uses: ruby/setup-ruby@v1
with:
ruby-version: 2.6.7 # omit if .ruby-version file exists in project, or replace with your team’s supported ruby version
bundler-cache: true
- name: Testing Clickstream
run: bundle exec fastlane unit_test