Skip to content

Instantly share code, notes, and snippets.

@ygerasimov
Created May 27, 2023 00:09
Show Gist options
  • Save ygerasimov/fa05fee528e5fb432f593f438d5e294b to your computer and use it in GitHub Desktop.
Save ygerasimov/fa05fee528e5fb432f593f438d5e294b to your computer and use it in GitHub Desktop.
# PHP CircleCI 2.0 configuration file
#
# Check https://circleci.com/docs/2.0/language-php/ for more details
#
orbs:
node: circleci/node@5.0.2
version: 2.1
jobs:
build:
machine:
image: ubuntu-2204:2023.02.1
steps:
- checkout
- run: cp .circleci/.percy.yml .
- run: yarn add @percy/cli --dev
- run: curl http://127.0.0.1
- run: yarn percy snapshot .circleci/www.yml
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment