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:
parent
d797095037
commit
b8d30d2471
2 changed files with 2 additions and 0 deletions
1
.github/workflows/backend-test.yml
vendored
1
.github/workflows/backend-test.yml
vendored
|
@ -15,6 +15,7 @@ on:
|
|||
|
||||
jobs:
|
||||
build:
|
||||
name: Build and Test Backend
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
|
|
1
.github/workflows/frontend-test.yml
vendored
1
.github/workflows/frontend-test.yml
vendored
|
@ -15,6 +15,7 @@ on:
|
|||
|
||||
jobs:
|
||||
build:
|
||||
name: Build and Test Frontend
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue