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