Skip to content

Commit

Permalink
ci: update workflow name
Browse files Browse the repository at this point in the history
  • Loading branch information
felangel committed Dec 28, 2020
1 parent 1438af6 commit 9676316
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: mocktail
name: build

on: [push, pull_request]

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ void main() {

## Verifying Behavior

The `MockCat` class can then be used to stub and verify calls.
The `MockCat` instance can then be used to stub and verify calls.

```dart
// Interact with the mock cat
Expand Down

0 comments on commit 9676316

Please sign in to comment.