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

Bump eslint from 8.44.0 to 8.48.0 #1335

Bump eslint from 8.44.0 to 8.48.0

Bump eslint from 8.44.0 to 8.48.0 #1335

Workflow file for this run

name: End-to-End Tests on master
on:
push:
branches: [ main ]
schedule:
- cron: '30 1 * * *'
pull_request:
jobs:
build:
runs-on: macos-latest
steps:
- uses: actions/checkout@v2
- name: Use Node.js
uses: actions/setup-node@v1
with:
node-version: '17.x'
- run: brew unlink python@3.10
- run: brew install python@3.9
- run: npm install
- run: brew install git-cinnabar
- name: Run e2e test on master
run: python3 scripts/tests/e2e-tests.py gecko