We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent effc0f4 commit d3b3872Copy full SHA for d3b3872
.github/workflows/ci.yml
@@ -9,7 +9,6 @@ on:
9
env:
10
FORCE_COLOR: 1
11
LUCKY_ENV: test
12
- SHARDS_OVERRIDE: "$(pwd)/shard.override.yml"
13
14
jobs:
15
check_format:
@@ -83,6 +82,8 @@ jobs:
83
82
run: shards install --skip-postinstall --skip-executables
84
- name: Run e2e Browser app with authentication flow
85
run: crystal spec spec/end_to_end/browser_with_auth_spec.cr
+ env:
86
+ SHARDS_OVERRIDE: "$(pwd)/shard.override.yml"
87
88
browser_without_auth:
89
needs: [check_format, platform_specs]
@@ -118,3 +119,5 @@ jobs:
118
119
120
121
run: crystal spec spec/end_to_end/browser_no_auth_spec.cr
122
123
0 commit comments