Skip to content

Commit

Permalink
Run e2e test on esy-packages/template
Browse files Browse the repository at this point in the history
  • Loading branch information
ManasJayanth committed May 25, 2024
1 parent a58a068 commit 68f7beb
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/default.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,3 +37,10 @@ jobs:
- uses: actions/upload-artifact@v3
with:
path: "*.tgz"

- name: Test on esy-packages/template
shell: bash
run: |
git clone [email protected]:esy-packages/template.git
cd template
${GITHUB_WORKSPACE}/bale

0 comments on commit 68f7beb

Please sign in to comment.