Skip to content

Commit 81a4347

Browse files
authored
Merge pull request #149
chore: Run integration tests on non-empty workspaces
2 parents 677c994 + e56ac0e commit 81a4347

File tree

213 files changed

+3553
-272
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

213 files changed

+3553
-272
lines changed

.gitattributes

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
tutorials/* linguist-documentation

local-run/compose.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ services:
2929
aliases:
3030
- prose-pod-server
3131
- prose-pod-server-admin
32-
- prose.org.local
32+
- "${SERVER_DOMAIN:?}"
3333
ipv4_address: 172.20.0.40
3434
ipv6_address: 2001:db8::40
3535
env_file: "${ENV_FILE:?}"
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
*.png filter=lfs diff=lfs merge=lfs -text linguist-vendored
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
*
2+
!.git*
3+
4+
!*.png
Lines changed: 3 additions & 0 deletions
Loading
Lines changed: 3 additions & 0 deletions
Loading
Lines changed: 3 additions & 0 deletions
Loading
Lines changed: 3 additions & 0 deletions
Loading
Lines changed: 3 additions & 0 deletions
Loading
Lines changed: 3 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)