Skip to content

Commit d3b3872

Browse files
committed
moving shards override ENV var to needed specs. Not sure if this fixes the missing file error or not
1 parent effc0f4 commit d3b3872

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ on:
99
env:
1010
FORCE_COLOR: 1
1111
LUCKY_ENV: test
12-
SHARDS_OVERRIDE: "$(pwd)/shard.override.yml"
1312

1413
jobs:
1514
check_format:
@@ -83,6 +82,8 @@ jobs:
8382
run: shards install --skip-postinstall --skip-executables
8483
- name: Run e2e Browser app with authentication flow
8584
run: crystal spec spec/end_to_end/browser_with_auth_spec.cr
85+
env:
86+
SHARDS_OVERRIDE: "$(pwd)/shard.override.yml"
8687

8788
browser_without_auth:
8889
needs: [check_format, platform_specs]
@@ -118,3 +119,5 @@ jobs:
118119
run: shards install --skip-postinstall --skip-executables
119120
- name: Run e2e Browser app with authentication flow
120121
run: crystal spec spec/end_to_end/browser_no_auth_spec.cr
122+
env:
123+
SHARDS_OVERRIDE: "$(pwd)/shard.override.yml"

0 commit comments

Comments
 (0)