Skip to content

Added full name to initial mention of acronyms #351

Added full name to initial mention of acronyms

Added full name to initial mention of acronyms #351

name: test:integration
on:
push:
branches: main
pull_request:
branches: main
jobs:
test-integration:
runs-on: ubuntu-latest
container:
image: mcr.microsoft.com/playwright:v1.41.2-jammy
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 20
- name: Install dependencies
run: yarn install --frozen-lockfile
- name: Run your tests
run: yarn playwright test
env:
HOME: /root