Skip to content

Commit

Permalink
added additional test
Browse files Browse the repository at this point in the history
  • Loading branch information
talentedmrjones committed Nov 5, 2024
1 parent 2627380 commit ecf683e
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/backend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,15 @@ jobs:
status: 200
headers:
content-type: "application/json"
- url: http://localhost:8080/api/v1/fismasystems
method: GET
headers:
<<: *commonHeaders
expect:
status: 200
headers:
content-type: "application/json"
- name: AWS - Get Credentials
uses: aws-actions/configure-aws-credentials@v4
Expand Down

0 comments on commit ecf683e

Please sign in to comment.