Skip to content

Commit

Permalink
renamed frontend/backend tests
Browse files Browse the repository at this point in the history
  • Loading branch information
codyprupp committed Nov 1, 2023
1 parent 8355316 commit a4c2451
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
jobs:
# go tests
gotest:
name: Go tests
name: Test Backend
runs-on: ubuntu-latest

steps:
Expand All @@ -29,6 +29,7 @@ jobs:
run: make test

Jest:
name: Test Frontend
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
Expand Down

0 comments on commit a4c2451

Please sign in to comment.