Skip to content

Commit

Permalink
Add end-to-end tests to GitHub Actions workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
iwphonedo committed Jan 8, 2025
1 parent ed3c033 commit 59b3404
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -126,3 +126,8 @@ jobs:
git config --global user.email "<>"
./run.sh
- name: e2e tests
working-directory: ./tests
run: |
./run.sh

0 comments on commit 59b3404

Please sign in to comment.