Skip to content

Merge pull request #10 from cgpathos/feat/RBP-26-improve-screen-init #23

Merge pull request #10 from cgpathos/feat/RBP-26-improve-screen-init

Merge pull request #10 from cgpathos/feat/RBP-26-improve-screen-init #23

Workflow file for this run

name: test
on:
push:
branches:
- '**'
concurrency:
group: ${{ github.workflow }}-${{ github.pull_request.number }}-${{ github.ref }}
cancel-in-progress: true
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3
- name: Set up JDK 17
uses: actions/setup-java@v3
with:
java-version: '17'
distribution: 'adopt'
cache: gradle
- name: Setup Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: '3.3'
bundler-cache: true
- name: Run all tests
id: test
run: bundle exec fastlane test