Skip to content

Commit

Permalink
Update E2E-chaoscenter-pipeline.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonsy13 authored Aug 14, 2024
1 parent cf0ef5c commit 0969747
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions .github/workflows/E2E-chaoscenter-pipeline.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,7 @@
name: ChaosCenter E2E testing

on:
push:
branches:
- main
pull_request:
branches:
- main
workflow_dispatch:

jobs:
run-litmus:
Expand Down Expand Up @@ -53,4 +48,4 @@ jobs:
start: npm start
working-directory: chaoscenter
env:
CYPRESS_baseUrl: http://${{ env.MINIKUBE_IP }}:${{ env.NODE_PORT }}
CYPRESS_baseUrl: http://${{ env.MINIKUBE_IP }}:${{ env.NODE_PORT }}

0 comments on commit 0969747

Please sign in to comment.