Skip to content

Commit abdf0c7

Browse files
committed
chore: remove e2e tests from release workflow
e2e tests are already ran in the UI, so no need to run them here as well.
1 parent 293e462 commit abdf0c7

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

.github/workflows/latest-release.yaml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -113,20 +113,11 @@ jobs:
113113
username: ${{ github.repository_owner }}
114114
password: ${{ secrets.GITHUB_TOKEN }}
115115

116-
e2e-test:
117-
needs: publish
118-
uses: trustification/trustify-ci/.github/workflows/global-ci.yml@main
119-
with:
120-
server_image: ${{ needs.publish.outputs.image }}
121-
run_api_tests: true
122-
run_ui_tests: true
123-
124116
deploy:
125117
if: ${{ (github.repository == 'guacsec/trustify') && (needs.init.outputs.version == 'main') }}
126118
runs-on: ubuntu-24.04
127119
needs:
128120
- publish
129-
- e2e-test
130121

131122
steps:
132123

0 commit comments

Comments
 (0)