Skip to content

chore(deps): bump multiplatform from 1.7.20 to 1.9.23 #221

chore(deps): bump multiplatform from 1.7.20 to 1.9.23

chore(deps): bump multiplatform from 1.7.20 to 1.9.23 #221

Workflow file for this run

name: Test
on:
push:
branches:
- main
- sandbox
pull_request:
types:
- opened
branches:
- main
- sandbox
jobs:
test:
name: Run Unit Tests
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
# Cache gradle
# - name: Cache Gradle and wrapper
# uses: actions/cache@v2
# with:
# path: |
# ~/.gradle/caches
# ~/.gradle/wrapper
# key: cache-${{ runner.os }}-${{ matrix.jdk }}-gradle-${{ hashFiles('**/*.gradle*') }}
# restore-keys: |
# ${{ runner.os }}-gradle-
- name: Validate Gradle Wrapper
uses: gradle/wrapper-validation-action@v1
# - name: Run Unit tests
# run: ./gradlew check --stacktrace