Skip to content

Commit

Permalink
Update unit-tests.yml
Browse files Browse the repository at this point in the history
Add e2e test execution
  • Loading branch information
nickytd authored May 28, 2024
1 parent d95eef2 commit 0035c87
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,10 @@ jobs:
uses: actions/setup-go@v5
with:
go-version: '~1.22'
- name: Perform the test
- name: Perform the unit tests
run: make test
- name: Perform e2e tests
run: make envtest
- name: Report failure
uses: nashmaniac/create-issue-action@v1.2
# Only report failures of pushes (PRs are visible through the Checks section) to the default branch
Expand Down

0 comments on commit 0035c87

Please sign in to comment.