Skip to content

Commit db1c77e

Browse files
committed
fix working dir
1 parent 701d1f5 commit db1c77e

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/samples-r.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,13 +36,11 @@ jobs:
3636
use-public-rspm: true
3737

3838
- uses: r-lib/actions/setup-r-dependencies@v2
39-
working-directory: ${{ matrix.sample }}
4039
with:
4140
extra-packages: any::rcmdcheck
4241
needs: check
4342

4443
- uses: r-lib/actions/check-r-package@v2
45-
working-directory: ${{ matrix.sample }}
4644
with:
4745
upload-snapshots: true
4846
build_args: 'c("--no-manual","--compact-vignettes=gs+qpdf")'

samples/client/petstore/R/.openapi-generator-ignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,3 +23,6 @@
2323
#!docs/README.md
2424
#
2525
#
26+
#
27+
#
28+
#

0 commit comments

Comments
 (0)