Skip to content

refactor: move stageTag and devTouchpoint options to Environment enum #75

refactor: move stageTag and devTouchpoint options to Environment enum

refactor: move stageTag and devTouchpoint options to Environment enum #75

Workflow file for this run

name: Tests
on: [pull_request, workflow_dispatch]
concurrency:
group: tests-${{ github.event.number }}
cancel-in-progress: true
jobs:
tests:
name: Tests
runs-on: macos-13
steps:
- name: Checkout repository
uses: actions/checkout@v3
- name: Install Dependencies
run: bundle install
- name: Run Unit Tests
run: bundle exec fastlane tests summary:$GITHUB_STEP_SUMMARY