Skip to content

Add numberstring as an acceptable indicator_unit #508

Add numberstring as an acceptable indicator_unit

Add numberstring as an acceptable indicator_unit #508

Workflow file for this run

on:
push:
branches:
- main
pull_request:
name: Automated tests
jobs:
automatedTests:
runs-on: ubuntu-latest
env:
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}
steps:
- uses: actions/checkout@v4
- uses: r-lib/actions/setup-r@v2
with:
use-public-rspm: true
- name: Install git2r dependencies
run: sudo apt-get install -y libgit2-dev
- name: Cache renv packages
id: cache-renv
uses: actions/cache@v4
with:
path: screener-renv-cache
key: ${{ runner.os }}-renv-${{ hashFiles('**/renv.lock') }}
restore-keys: |
${{ runner.os }}-renv-
- uses: r-lib/actions/setup-renv@v2
- name: Run tests
shell: Rscript {0}
run: |
shinytest2::test_app()