Skip to content

fix: solve issue with stylelint #143

fix: solve issue with stylelint

fix: solve issue with stylelint #143

Workflow file for this run

name: Playwright Tests
on:
pull_request:
branches: [main, master]
jobs:
playwright:
if: false
timeout-minutes: 60
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Checkout BackOffice
uses: actions/checkout@v4
with:
repository: inseefr/bauhaus-back-office
path: ./bauhaus-back-office
- uses: actions/setup-node@v4
with:
node-version: lts/*
- name: Install dependencies
run: npm ci --force
- name: Install Playwright Browsers
run: npx playwright install --with-deps
- uses: adambirds/docker-compose-action@v1.5.0
with:
compose-file: './bauhaus-back-office/compose.yml'
test-command: 'chmod 777 ./playwright/db/init.sh && ./playwright/db/init.sh && npx playwright test'
- uses: actions/upload-artifact@v4
if: ${{ !cancelled() }}
with: I
name: playwright-report

Check failure on line 31 in .github/workflows/playwright.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/playwright.yml

Invalid workflow file

You have an error in your yaml syntax on line 31
path: playwright-report/
retention-days: 30