Skip to content

Commit

Permalink
Add name for tests workflow (#1481)
Browse files Browse the repository at this point in the history
  • Loading branch information
mkeeter committed Aug 8, 2023
1 parent 3c236dc commit 3fb145e
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Tests
name: tests

on:
push:
Expand All @@ -11,9 +11,8 @@ env:

jobs:
build:

name: tests
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- name: Run tests
Expand Down

0 comments on commit 3fb145e

Please sign in to comment.