Merge remote-tracking branch 'origin/main' into feature/home_page_redesign

This commit is contained in:
jasquat 2022-11-11 09:25:16 -05:00
commit 891590d521
1 changed files with 4 additions and 4 deletions

View File

@ -4,6 +4,10 @@ on:
- push
- pull_request
defaults:
run:
working-directory: spiffworkflow-backend
jobs:
tests:
name: ${{ matrix.session }} ${{ matrix.python }} / ${{ matrix.os }} ${{ matrix.database }}
@ -59,10 +63,6 @@ jobs:
DB_PASSWORD: password
FLASK_SESSION_SECRET_KEY: super_secret_key
defaults:
run:
working-directory: spiffworkflow-backend
steps:
- name: Check out the repository
uses: actions/checkout@v3.0.2