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

Bump eslint-plugin-import from 2.27.5 to 2.28.0 #429

Bump eslint-plugin-import from 2.27.5 to 2.28.0

Bump eslint-plugin-import from 2.27.5 to 2.28.0 #429

Workflow file for this run

name: CI
on:
push:
branches:
- main
tags:
- v[0-9]+.[0-9]+.[0-9]+*
pull_request:
jobs:
build:
runs-on: macos-latest
steps:
- uses: actions/checkout@v3
- name: Use Node.js
uses: actions/setup-node@v3
with:
node-version: 18
- name: Install Dependencies
run: npm ci
- name: Build
run: npm run build
- name: 🧪 Run Tests
uses: GabrielBB/xvfb-action@v1
with:
run: |
ln -s ../ ./node_modules/wdio-safaridriver-service
npm test