Skip to content

Commit

Permalink
Remove test. Remove { formatting. Use R 4.2 (until R 4.3 stabilizes)
Browse files Browse the repository at this point in the history
  • Loading branch information
schloerke committed Apr 25, 2023
1 parent 0ef4265 commit 5947237
Showing 1 changed file with 6 additions and 9 deletions.
15 changes: 6 additions & 9 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,15 +29,12 @@ jobs:

matrix:
config:
# - { r: 'release', type: "shinyappsio", account: "gallery", server_name: "shinyapps.io", cores: 5, extra_text: " --all" }
- {
r: "4.2",
type: "shinyappsio",
account: "gallery",
server_name: "shinyapps.io",
cores: 5,
extra_text: " 500 501",
}
- r: "4.2"
type: "shinyappsio"
account: "gallery"
server_name: "shinyapps.io"
cores: 5
extra_text: " --all"
# Testing config on particular app
# - { r: 'release', type: "shinyappsio", account: "gallery", server_name: "shinyapps.io", cores: 1, extra_text: " 182" }

Expand Down

0 comments on commit 5947237

Please sign in to comment.