Skip to content

chore: GCDS Components Release v0.31.0 #3280

chore: GCDS Components Release v0.31.0

chore: GCDS Components Release v0.31.0 #3280

Workflow file for this run

name: Run Tests
on:
pull_request:
branches:
- main
jobs:
build-deploy:
name: Run Tests
runs-on: ubuntu-22.04 # latest version 24 has incompatibility issues (playwright)
steps:
- name: Git Checkout
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- uses: actions/setup-node@8f9cc178b6e843639351e0bd5d638e5fd0a8dec7
with:
node-version: 18
- name: Install gcds-components
run: npm ci
- name: Install Playwright Browsers
run: npx playwright install --with-deps
- name: Build repo
run: npm run build
- name: Run tests
run: npm run test