Skip to content

Bump @types/chrome from 0.0.278 to 0.0.279 (#45) #113

Bump @types/chrome from 0.0.278 to 0.0.279 (#45)

Bump @types/chrome from 0.0.278 to 0.0.279 (#45) #113

Workflow file for this run

name: main CI
on:
workflow_dispatch:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
name: CI
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Setup Node
uses: actions/setup-node@v4
with:
node-version: latest
- run: yarn install
- run: yarn build
- run: yarn test
- name: Move scripts to release folder
run: mv dist/ app/
- name: Upload artifact
uses: actions/upload-artifact@v4
with:
name: sir-chrome-extension
path: app
build-self-hosted:
runs-on:
- self-hosted
continue-on-error: true # Optional
steps:
- uses: actions/checkout@v4
- name: Setup Node
uses: actions/setup-node@v4
with:
node-version: latest
- run: yarn install
- run: yarn build
- run: yarn test