Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
zalenskiSofteq committed Oct 29, 2024
1 parent 379e16c commit e2607bf
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .github/workflows/tests-e2e-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,9 +88,15 @@ jobs:
echo "EOF" >> $GITHUB_ENV
- name: Run tests
working-directory: ./tests/e2e
run: |
# .github/e2e/test.app.sh
yarn --cwd tests/e2e test
yarn install:deps
yarn install:extension
yarn test
# - name: Run tests
# run: |
# .github/e2e/test.app.sh

- name: Upload Test Report
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit e2607bf

Please sign in to comment.