Skip to content

Commit

Permalink
[actions] chore: Update action name
Browse files Browse the repository at this point in the history
  • Loading branch information
helloitsdave committed Jun 16, 2024
1 parent 489e505 commit e83a41e
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: Backend Contract Tests
name: Api Contract Tests

on:
pull_request:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ Executes tests using mocked dependencies
- [supertest](https://github.com/ladjs/supertest), [vitest](https://vitest.dev/) and [vitest-mock-extended](https://github.com/eratio08/vitest-mock-extended)

### [API Contract Tests](backend/tests/contract)
[![Backend Contract Tests](https://github.com/helloitsdave/notes-app-full-stack-testing/actions/workflows/backend-contract-tests.yml/badge.svg)](https://github.com/helloitsdave/notes-app-full-stack-testing/actions/workflows/backend-contract-tests.yml)
[![Backend Contract Tests](https://github.com/helloitsdave/notes-app-full-stack-testing/actions/workflows/api-contract-tests.yml/badge.svg)](https://github.com/helloitsdave/notes-app-full-stack-testing/actions/workflows/api-contract-tests.yml)

Executes against dockerised BE App and Seeded DB

Expand Down

0 comments on commit e83a41e

Please sign in to comment.