Skip to content

Commit 6c86829

Browse files
Rename action
1 parent 6ddb728 commit 6c86829

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
name: Run unit tests
1+
name: Run tests
22

33
# Run workflow on every push to the master branch
44
on:
55
pull_request:
66

77
jobs:
8-
run-unit-tests:
8+
run-tests:
99
# use ubuntu-latest image to run steps on
1010
runs-on: ubuntu-latest
1111
steps:
@@ -23,5 +23,5 @@ jobs:
2323
run: dotnet build
2424
- name: Ensure browsers are installed
2525
run: pwsh bin/Debug/net8.0/playwright.ps1 install --with-deps
26-
- name: Run Unit Tests
26+
- name: Run tests
2727
run: dotnet test

0 commit comments

Comments
 (0)