Skip to content

feat: init playwright inside docker #88

feat: init playwright inside docker

feat: init playwright inside docker #88

Workflow file for this run

name: Sonar
on:
push:
branches:
- 'master'
- 'develop'
pull_request:
branches:
- '*'
jobs:
install:
runs-on: ubuntu-latest
steps:
- uses: actions/setup-node@v4
- run: yarn --frozen-lockfile
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
- run: yarn
- run: yarn test --coverage
- name: SonarCloud Scan
uses: sonarsource/sonarcloud-github-action@master
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
SONAR_TOKEN: ${{ secrets. SONAR_TOKEN }}