Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
Web-API: Add WebAPP integration testing
  • Loading branch information
egasimov authored Dec 3, 2024
1 parent 45614ab commit 4554c3c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@ jobs:
- name: Test CLI-APP integration
run: make cliapp-test-integration-debug

# - name: Test Web-APP integration
# run: make webapp.test.integration.debug
- name: Test Web-APP integration
run: make webapp-test-integration

- name: Run coverage
run: go test -json ./... -coverprofile=coverage.txt -covermode=atomic
Expand Down

0 comments on commit 4554c3c

Please sign in to comment.