We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c2e0767 commit 49ee61dCopy full SHA for 49ee61d
.env.example
@@ -1,5 +1,5 @@
1
MANYEVENTS_SECRET_KEY=secret
2
-MANYEVENTS_CH_EXTERNAL_HOST=ch.manyevents.cloud
+MANYEVENTS_CH_EXTERNAL_HOST=localhost
3
4
CLICKHOUSE_DB=manyevents
5
CLICKHOUSE_HOST=localhost
.github/workflows/build-and-test.yml
@@ -22,8 +22,5 @@ jobs:
22
echo "$line" >> $GITHUB_ENV
23
done < .env
24
25
- - name: Print env
26
- run: env
27
-
28
- # - name: Run check
29
- # run: bash scripts/build-and-test.sh
+ - name: Run check
+ run: bash scripts/build-and-test.sh
0 commit comments