Skip to content

build(deps): bump algolia/algoliasearch-crawler-github-actions from 1.1.12 to 1.1.13 #103

build(deps): bump algolia/algoliasearch-crawler-github-actions from 1.1.12 to 1.1.13

build(deps): bump algolia/algoliasearch-crawler-github-actions from 1.1.12 to 1.1.13 #103

Workflow file for this run

name: Argos CI
on:
push:
branches: [master]
pull_request:
branches: [master]
jobs:
take-screenshots:
runs-on: ubuntu-latest
steps:
- name: Check out repository code
uses: actions/checkout@v4
- name: Use Node.js
uses: actions/setup-node@v4
with:
node-version-file: '.nvmrc'
cache: yarn
- name: Install dependencies
run: yarn install --frozen-lockfile
- name: Install Playwright browsers
run: npx playwright install --with-deps chromium
- name: Build website fast
run: yarn workspace website build
- name: Take Argos screenshots
run: yarn workspace argos screenshot
- name: Upload Argos screenshots
run: yarn workspace argos upload