Skip to content

Run tests on JS too + add localized smoke tests #17

Run tests on JS too + add localized smoke tests

Run tests on JS too + add localized smoke tests #17

Workflow file for this run

name: Build
on:
push:
branches: [ develop ]
pull_request:
workflow_dispatch:
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
build:
timeout-minutes: 15
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
clean: ${{ github.ref == 'refs/heads/develop' }}
- name: Compile & run tests
run: ./gradlew kotlinUpgradeYarnLock check
- name: Publish unit test report
if: always()
uses: mikepenz/action-junit-report@v3
with:
check_name: Unit test report
report_paths: "**/build/test-results/test*/TEST-*.xml"