diff --git a/.github/workflows/e2e.yml b/.github/workflows/e2e.yml index 9afc988..46001a1 100644 --- a/.github/workflows/e2e.yml +++ b/.github/workflows/e2e.yml @@ -15,20 +15,9 @@ jobs: - name: Check out the repository uses: actions/checkout@v2 - - name: Reclaim free space - run: | - sudo swapoff -a - sudo rm -f /swapfile - df -h - free -h - - name: Run E2E deployment and tests - run: | - make e2e + uses: submariner-io/shipyard/gh-actions/e2e@devel - name: Post mortem if: failure() - run: | - df -h - free -h - make post-mortem + uses: submariner-io/shipyard/gh-actions/post-mortem@devel