feat: install selenium drivers

This commit is contained in:
Aravinth Manivannan
2023-04-30 21:10:59 +05:30
parent 43dab030df
commit 5324969bd2
2 changed files with 25 additions and 2 deletions

View File

@@ -104,6 +104,9 @@ jobs:
profile: minimal
override: true
- name: install nightwatch dep
run: sudo apt-get install xvfb
- name: Run migrations
run: make migrate
env: