chore: action test

This commit is contained in:
Zack Spear
2023-08-08 14:10:03 -07:00
parent 1ac0161b30
commit 2c067f5de2
2 changed files with 4 additions and 0 deletions

View File

@@ -180,6 +180,8 @@ jobs:
run:
working-directory: web
runs-on: ubuntu-latest
environment:
name: production
needs: [lint-web]
steps:
- name: Checkout repo

View File

@@ -46,6 +46,8 @@ jobs:
run:
working-directory: web
runs-on: ubuntu-latest
environment:
name: production
needs: [lint-web]
steps:
- name: Checkout repo