Skip to content

Commit

Permalink
use diseasy as test case
Browse files Browse the repository at this point in the history
  • Loading branch information
RasmusSkytte committed Jan 19, 2024
1 parent e04cbf5 commit a2e93f2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 37 deletions.
36 changes: 0 additions & 36 deletions .github/sync.yaml
Original file line number Diff line number Diff line change
@@ -1,43 +1,7 @@
group:
# SCDB
- repos: |
ssi-dk/SCDB
files:
- source: workflows/all-workflows.yaml
dest: .github/workflows/all-workflows.yaml
template:
schemas: test,test.one
config:
tags: {
variableStart: '<$',
variableEnd: '$>'
}
- source: testthat/helper-setup.R
dest: tests/testthat/helper-setup.R
template:
conn_list: |
"SQLite" = "RSQLite::SQLite",
"SQLite - w. schemas" = "RSQLite::SQLite"
conn_args: |
"SQLite" = list(dbname = file.path(tempdir(), "SQLite.SQLite")),
"SQLite - w. schemas" = list(dbname = file.path(tempdir(), "SQLite_schemas.SQLite"))
conn_post_connect: |
"SQLite - w. schemas" = list(
paste0("ATTACH '", file.path(tempdir(), "SQLite_test.SQLite"), "' AS 'test'"),
paste0("ATTACH '", file.path(tempdir(), "SQLite_test_one.SQLite"), "' AS 'test.one'")
)
config:
tags: {
variableStart: '<$',
variableEnd: '$>'
}

# diseasyverse
- repos: |
ssi-dk/diseasystore
ssi-dk/diseasy
files:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/synchronise-files.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
on:
push:
branches:
- main
- fix/nunjucks_rendering
workflow_dispatch:

name: Sync
Expand Down

0 comments on commit a2e93f2

Please sign in to comment.