From 97eaeaea8440588194fedae3fc00f0aa03ad4792 Mon Sep 17 00:00:00 2001 From: Brais Bea-Mascato <43313385+BreisOne@users.noreply.github.com> Date: Wed, 17 Apr 2024 13:21:07 +0200 Subject: [PATCH] fix(tests.yml): load devtools library --- .github/workflows/tests.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 4529191..8c9644a 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -20,5 +20,6 @@ jobs: - name: Run tests run: | + library(devtools) devtools::test() shell: Rscript {0}