Skip to content

Commit 49ee61d

Browse files
committed
6
1 parent c2e0767 commit 49ee61d

File tree

2 files changed

+3
-6
lines changed

2 files changed

+3
-6
lines changed

.env.example

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
MANYEVENTS_SECRET_KEY=secret
2-
MANYEVENTS_CH_EXTERNAL_HOST=ch.manyevents.cloud
2+
MANYEVENTS_CH_EXTERNAL_HOST=localhost
33

44
CLICKHOUSE_DB=manyevents
55
CLICKHOUSE_HOST=localhost

.github/workflows/build-and-test.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,5 @@ jobs:
2222
echo "$line" >> $GITHUB_ENV
2323
done < .env
2424
25-
- name: Print env
26-
run: env
27-
28-
# - name: Run check
29-
# run: bash scripts/build-and-test.sh
25+
- name: Run check
26+
run: bash scripts/build-and-test.sh

0 commit comments

Comments
 (0)