1
0
Fork 0
mirror of https://github.com/seanmorley15/AdventureLog.git synced 2025-08-04 20:55:19 +02:00

feat(workflows): add job names for clarity in backend and frontend test workflows

This commit is contained in:
Sean Morley 2025-06-23 08:35:26 -04:00
parent d797095037
commit b8d30d2471
2 changed files with 2 additions and 0 deletions

View file

@ -15,6 +15,7 @@ on:
jobs:
build:
name: Build and Test Backend
runs-on: ubuntu-latest
steps:

View file

@ -15,6 +15,7 @@ on:
jobs:
build:
name: Build and Test Frontend
runs-on: ubuntu-latest
steps: