Skip to content

Commit

Permalink
Merge pull request cdapio#241 from cdapio/fix-github-workflow
Browse files Browse the repository at this point in the history
fix e2e tests github workflow
  • Loading branch information
itsankit-google authored Jan 8, 2024
2 parents dfbdd4b + bd9f623 commit 5ce1478
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,11 @@ on:
branches: [ develop, release/** ]
pull_request:
branches: [ develop, release/** ]
types: [opened, synchronize, reopened, labeled]
types: [opened, synchronize, reopened]

jobs:
build:
runs-on: k8s-runner-e2e

if: ${{ github.event.workflow_run.conclusion != 'skipped' }}
outputs:
version: ${{ steps.version.outputs.version }}
steps:
Expand All @@ -45,7 +43,6 @@ jobs:
restore-keys: |
${{ runner.os }}-maven-${{ github.workflow }}
- name: Run required e2e tests
if: ${{ github.event_name != 'workflow_dispatch' && github.event_name != 'push' }}
run: python3 e2e/src/main/scripts/run_e2e_test.py --testRunner TestRunnerRequired.java --framework yes
- name: Upload debug files
uses: actions/upload-artifact@v3
Expand Down

0 comments on commit 5ce1478

Please sign in to comment.