From 68f7beb6635bc04c64301f98a5a8066037aae08d Mon Sep 17 00:00:00 2001 From: Manas Jayanth <3097018+ManasJayanth@users.noreply.github.com> Date: Sat, 25 May 2024 19:24:34 +0530 Subject: [PATCH] Run e2e test on esy-packages/template --- .github/workflows/default.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.github/workflows/default.yml b/.github/workflows/default.yml index 7810129..7390631 100644 --- a/.github/workflows/default.yml +++ b/.github/workflows/default.yml @@ -37,3 +37,10 @@ jobs: - uses: actions/upload-artifact@v3 with: path: "*.tgz" + + - name: Test on esy-packages/template + shell: bash + run: | + git clone git@github.com:esy-packages/template.git + cd template + ${GITHUB_WORKSPACE}/bale