Skip to content

Stop using Yarn APT repo and install Yarn via Corepack #2490

Stop using Yarn APT repo and install Yarn via Corepack

Stop using Yarn APT repo and install Yarn via Corepack #2490

Workflow file for this run

name: CI
on: [push, pull_request]
concurrency:
group: ${{ github.workflow }}-${{ github.repository }}-${{ github.ref_name }}
cancel-in-progress: false
jobs:
test:
permissions:
contents: read
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
- uses: ruby/setup-ruby@90be1154f987f4dc0fe0dd0feedac9e473aa4ba8 # v1.286.0
with:
bundler-cache: true
- run: GOVUK_DOCKER_DIR=. make test-ci