Skip to content

Bump postcss-preset-env from 10.4.0 to 10.5.0 in the postcss group #1036

Bump postcss-preset-env from 10.4.0 to 10.5.0 in the postcss group

Bump postcss-preset-env from 10.4.0 to 10.5.0 in the postcss group #1036

Workflow file for this run

name: Test
on:
pull_request:
merge_group:
jobs:
run-tests:
name: Run tests
if: ${{ github.event_name != 'merge_group' }}
runs-on: ubuntu-22.04-2core-arm64
steps:
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
- uses: actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # v6.0.0
with:
node-version: 22
cache: 'yarn'
- name: Install deps
run: yarn && yarn playwright install --with-deps
- name: Run unit tests
run: yarn test
- name: Build Storybook
run: yarn storybook:build
- name: Run Storybook tests
run: yarn storybook:test-ci
# Changes to server code can break the formatting linter by mistake, so run it to
# make sure this hasn't happened.
- name: Run the docs formatting linter
run: scripts/lint-test.sh
- name: Check source formatting
run: npx prettier --check