1
0
Fork 0
mirror of https://github.com/seanmorley15/AdventureLog.git synced 2025-08-05 05:05:17 +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: jobs:
build: build:
name: Build and Test Backend
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:

View file

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