Skip to content

build(deps-dev): bump word-wrap from 1.2.3 to 1.2.4 #607

build(deps-dev): bump word-wrap from 1.2.3 to 1.2.4

build(deps-dev): bump word-wrap from 1.2.3 to 1.2.4 #607

Workflow file for this run

name: Tests
on:
push:
branches:
- main
pull_request:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: '16'
cache: 'npm'
- name: Install Dependencies
run: npm install
- name: Run Tests
run: npm test
- name: Upload WDIO logs
if: failure()
uses: actions/upload-artifact@v3
with:
name: wdio-logs
path: ${{ github.workspace }}/test/logs/
if-no-files-found: ignore
retention-days: 7