Skip to content
This repository has been archived by the owner on Aug 3, 2023. It is now read-only.

Bump @wdio/mocha-framework from 8.12.1 to 8.13.13 (#416) #733

Bump @wdio/mocha-framework from 8.12.1 to 8.13.13 (#416)

Bump @wdio/mocha-framework from 8.12.1 to 8.13.13 (#416) #733

Workflow file for this run

# This workflow will do a clean install of node dependencies, build the source code and run tests across different versions of node
# For more information see: https://help.github.com/actions/language-and-framework-guides/using-nodejs-with-github-actions
name: Test
on:
push:
branches:
- main
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Use Node.js
uses: actions/setup-node@v3
with:
node-version: 18.x
- name: Setup firefox
uses: browser-actions/setup-firefox@latest
- name: Install Dependencies
run: npm ci
- name: Run Test
run: npm run ci