Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| d9ac4a458c | |||
| 9932fd8b52 | |||
| 18a0bd77bd |
@@ -1,8 +1,13 @@
|
|||||||
name: Run Tests
|
name: Run Tests
|
||||||
on:
|
on:
|
||||||
push: {}
|
workflow_dispatch:
|
||||||
|
push:
|
||||||
|
branches:
|
||||||
|
- '**'
|
||||||
|
|
||||||
env:
|
env:
|
||||||
RUNNER_TOOL_CACHE: /toolcache
|
RUNNER_TOOL_CACHE: /toolcache
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
run-tests:
|
run-tests:
|
||||||
runs-on: python
|
runs-on: python
|
||||||
|
|||||||
@@ -1,7 +1,8 @@
|
|||||||
#!/usr/bin/env sh
|
#!/usr/bin/env sh
|
||||||
|
set -e
|
||||||
|
|
||||||
STREAMLIT_SECRETS_LOCATION=".streamlit/secrets.toml"
|
STREAMLIT_SECRETS_LOCATION=".streamlit/secrets.toml"
|
||||||
touch STREAMLIT_SECRETS_LOCATION
|
touch $STREAMLIT_SECRETS_LOCATION
|
||||||
|
|
||||||
SQLITE_DATABASE="/data/daily-counter.db"
|
SQLITE_DATABASE="/data/daily-counter.db"
|
||||||
SQLITE_DATABASE_URL="sqlite://$SQLITE_DATABASE"
|
SQLITE_DATABASE_URL="sqlite://$SQLITE_DATABASE"
|
||||||
|
|||||||
Reference in New Issue
Block a user