Skip to content

Commit

Permalink
Quoting changes in Powershell 7.4
Browse files Browse the repository at this point in the history
  • Loading branch information
WardBrian committed Feb 12, 2024
1 parent df06640 commit 0851a29
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -234,12 +234,10 @@ jobs:
cd R/tests/testthat
gcc -fpic -shared -o test_collisions.dll test_collisions.c
if (!$LASTEXITCODE.Equals(0)) {exit $LASTEXITCODE}
ls
cd ../..
ls
Rscript -e 'devtools::test(reporter = c(\"summary\", \"fail\"))'
Rscript -e 'devtools::test(reporter = c("summary", "fail"))'
if (!$LASTEXITCODE.Equals(0)) {exit $LASTEXITCODE}
Rscript -e 'install.packages(getwd(), repos=NULL, type=\"source\")'
Rscript -e 'install.packages(getwd(), repos=NULL, type="source")'
if (!$LASTEXITCODE.Equals(0)) {exit $LASTEXITCODE}
Rscript example.R
if (!$LASTEXITCODE.Equals(0)) {exit $LASTEXITCODE}
Expand Down

0 comments on commit 0851a29

Please sign in to comment.