Set default up a level higher.

This commit is contained in:
Dan 2022-11-11 08:56:12 -05:00
parent 4d98fafe57
commit 53259f5eb0
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