Skip to content

Bump @argos-ci/cli from 2.2.0 to 2.3.0 #250

Bump @argos-ci/cli from 2.2.0 to 2.3.0

Bump @argos-ci/cli from 2.2.0 to 2.3.0 #250

name: Build pull-request
on:
pull_request:
branches:
- main
# Review gh actions docs if you want to further define triggers, paths, etc
# https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#on
jobs:
build-pullrequest:
name: Build pull-request
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 20
cache: yarn
- name: Install dependencies
run: yarn install --immutable
- name: Install Playwright browsers
run: yarn playwright install --with-deps chromium
- name: Build the website
run: yarn docusaurus build
- name: Take screenshots with Playwright
run: yarn playwright test
- name: Upload screenshots to Argos
run: yarn argos upload ./screenshots