Skip to content

Commit

Permalink
Test to fix GA issue.
Browse files Browse the repository at this point in the history
  • Loading branch information
MMenchero committed Dec 6, 2023
1 parent 56a3bfe commit f90d073
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,15 @@ jobs:
R_KEEP_PKG_SOURCE: yes

steps:
- name: Print working directory
run: pwd

- name: List files in vignettes directory
run: ls vignettes/

- name: List files in mock directory
run: ls vignettes/mocks/0/dashboard.nixtla.io/api/

- uses: actions/checkout@v3

- uses: r-lib/actions/setup-pandoc@v2
Expand Down
2 changes: 1 addition & 1 deletion vignettes/cross-validation.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ vignette: >
---
```{r setup, include=FALSE}
library(httptest2)
start_vignette("mocks")
start_vignette("vignettes/mocks")
knitr::opts_chunk$set(
collapse = TRUE,
Expand Down
2 changes: 1 addition & 1 deletion vignettes/nixtlar.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ vignette: >
---
```{r setup, include=FALSE}
library(httptest2)
start_vignette("mocks")
start_vignette("vignettes/mocks")
options("TIMEGPT_TOKEN"= "dummy_token")
Expand Down

0 comments on commit f90d073

Please sign in to comment.