Skip to content

Commit

Permalink
Add e2e tests to the build pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
allentiak committed Nov 19, 2024
1 parent 33510ca commit f9e5d33
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1059,6 +1059,12 @@ jobs:
- name: Search _tag
run: .github/scripts/search-tag.sh

- name: Binary Download - not found
run: .github/scripts/read-binary-content-not-found.sh

- name: Binary Download - found
run: .github/scripts/read-binary-content.sh

- name: Conditional Delete - Check Referential Integrity Violated
run: .github/scripts/conditional-delete-type/check-referential-integrity-violated.sh

Expand Down

0 comments on commit f9e5d33

Please sign in to comment.