Skip to content

Commit

Permalink
Run cdap-e2e
Browse files Browse the repository at this point in the history
  • Loading branch information
Vipinofficial11 committed Nov 7, 2023
1 parent 5101e36 commit 2b740e3
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ on:
jobs:
build:
runs-on: self-hosted
container:
image: alpine/git:2.18.0
# We allow builds:
# 1) When triggered manually
# 2) When it's a merge into a branch
Expand All @@ -44,13 +46,12 @@ jobs:
fail-fast: false

steps:
- name: Checkout submodules
run: |
git submodule update --init --recursive
# Pinned 1.0.0 version

- uses: actions/checkout@v3
with:
ref: ${{ github.event.workflow_run.head_sha }}
path: plugin
submodules: true
ref: ${{ github.event.workflow_run.head_sha }}

- uses: dorny/paths-filter@b2feaf19c27470162a626bd6fa8438ae5b263721
if: github.event_name != 'workflow_dispatch' && github.event_name != 'push'
Expand Down

0 comments on commit 2b740e3

Please sign in to comment.