Skip to content

fix(scientific-nota-long): IT-6704-parselong-1E-3 #12

fix(scientific-nota-long): IT-6704-parselong-1E-3

fix(scientific-nota-long): IT-6704-parselong-1E-3 #12

Workflow file for this run

name: ci
on:
push:
branches: [master]
pull_request:
jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-java@v2
with:
distribution: "adopt"
java-version: "8"
- name: Unit tests
run: ./gradlew check --continue