simplify workflows, use cache

This commit is contained in:
Michael C
2023-02-18 03:12:50 -05:00
parent f48fb6c3f6
commit bff05dccaa
7 changed files with 119 additions and 115 deletions

View File

@@ -18,7 +18,8 @@ jobs:
- uses: actions/setup-node@v3
with:
node-version: 18
- run: npm install
cache: npm
- run: npm ci
- name: Set config
run: |
echo '{"mode": "init-db-and-exit"}' > config.json