aboutsummaryrefslogtreecommitdiffhomepage
path: root/.github/workflows/tests.yml
diff options
context:
space:
mode:
authorAjay <[email protected]>2022-06-17 17:06:41 -0400
committerAjay <[email protected]>2022-06-17 17:06:41 -0400
commit91311787df63c63a526bcdf9d4169c2e7debee65 (patch)
tree1c8cd4c8d29fe6fe84176ec624d08b114fc5719f /.github/workflows/tests.yml
parent74e9a98afd0d83be1bd01017335a647bc0d03412 (diff)
downloadSponsorBlock-91311787df63c63a526bcdf9d4169c2e7debee65.tar.gz
SponsorBlock-91311787df63c63a526bcdf9d4169c2e7debee65.zip
Run headlessauto-selenium
Diffstat (limited to '.github/workflows/tests.yml')
-rw-r--r--.github/workflows/tests.yml10
1 files changed, 6 insertions, 4 deletions
diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml
index d58501ab..5a87e1ee 100644
--- a/.github/workflows/tests.yml
+++ b/.github/workflows/tests.yml
@@ -3,8 +3,7 @@ name: Tests
on: [push, pull_request]
jobs:
-
- build:
+ test:
name: Run tests
runs-on: ubuntu-latest
@@ -15,6 +14,9 @@ jobs:
with:
node-version: '18'
- run: npm ci
-
+ - run: sudo apt-get install chromium-chromedriver
+
+ - name: Copy configuration
+ run: cp config.json.example config.json
- name: Run tests
- run: npm run test-without-building \ No newline at end of file
+ run: npm run test \ No newline at end of file