Skip to content

Merge pull request #56 from gojek/task/merge-rename_sdk-to-main #259

Merge pull request #56 from gojek/task/merge-rename_sdk-to-main

Merge pull request #56 from gojek/task/merge-rename_sdk-to-main #259

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.6 # 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