We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 16b7fa4 commit bb6d8a2Copy full SHA for bb6d8a2
.github/workflows/rhub.yaml
@@ -60,21 +60,6 @@ jobs:
60
with:
61
token: ${{ secrets.RHUB_TOKEN }}
62
job-config: ${{ matrix.config.job-config }}
63
- - name: Test Set if NoSuggests
64
- if: matrix.config.label == 'nosuggests'
65
- # CHECK_ARGS from https://github.com/r-hub/containers/blob/main/containers/nosuggests/Dockerfile
66
- run: |
67
- echo $CHECK_ARGS
68
- echo $BUILD_ARGS
69
- export CHECK_ARGS="--extra-arch --ignore-vignettes"
70
- export BUILD_ARGS="--no-build-vignettes"
71
72
73
- - name: Test Get
74
75
- print(Sys.getenv("CHECK_ARGS"))
76
- print(Sys.getenv("BUILD_ARGS"))
77
- shell: Rscript {0}
78
- uses: r-hub/actions/run-check@v1
79
80
0 commit comments