Skip to content

Merge pull request #1161 from AMacedoP/amacedo-animepahe-plyr #5140

Merge pull request #1161 from AMacedoP/amacedo-animepahe-plyr

Merge pull request #1161 from AMacedoP/amacedo-animepahe-plyr #5140

Workflow file for this run

name: CI
on:
push:
branches:
- main
paths:
- .github/workflows/ci.yml
- src/**
- package.json
- yarn.lock
pull_request:
branches:
- main
# add manual trigger
workflow_dispatch:
jobs:
continuous-integration-chrome:
runs-on: ubuntu-latest
steps:
- name: Checkout repo
uses: actions/checkout@v3
# run tests
- run: yarn install
- run: yarn lint
- run: yarn build:prod:chrome
continuous-integration-firefox:
runs-on: ubuntu-latest
steps:
- name: Checkout repo
uses: actions/checkout@v3
# run tests
- run: yarn install
- run: yarn lint
- run: yarn build:prod:firefox