Skip to content

Commit

Permalink
test yaml >- instead of >
Browse files Browse the repository at this point in the history
  • Loading branch information
RasmusSkytte committed Jan 19, 2024
1 parent bc64544 commit e90cde2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/sync.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ group:
- source: testthat/helper-setup.R
dest: tests/testthat/helper-setup.R
template:
conn_list: >
conn_list: >-
"SQLite" = "RSQLite::SQLite"
conn_args: |
"SQLite" = list(dbname = file.path(tempdir(), "SQLite.SQLite"))
Expand Down

0 comments on commit e90cde2

Please sign in to comment.