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 b332ebfec1

View File

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