Skip to content

Commit

Permalink
Try new ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ahmad-PH committed Jan 23, 2024
1 parent 6badbb3 commit e6ae339
Show file tree
Hide file tree
Showing 4 changed files with 109 additions and 40 deletions.
12 changes: 10 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ jobs:
- name: Run unit tests
run: npm test -- tests/unit


- name: Install Chrome
uses: browser-actions/setup-chrome@latest
with:
Expand All @@ -46,5 +45,14 @@ jobs:
# sudo mv chromedriver-linux64/chromedriver /usr/local/bin/
# rm chromedriver_linux64.zip

- name: Print file structure
run: |
echo "Current directory:"
pwd
echo "Directory structure:"
ls -R
- name: Run end-to-end tests
run: npm test -- tests/e2e
run: npm test -- tests/e2e
env:
EXTENSION_PATH: ./dist/prod
Loading

0 comments on commit e6ae339

Please sign in to comment.