-
Notifications
You must be signed in to change notification settings - Fork 3
Develop #218
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Conversation
Init playwright
* fix: removed unused imports * fix: icon display * fix: removed useless comment
Feat/migrate use queen listener
feat: improve typescript
…ralizing to other configurations
Feat/add coverage
…nseeFr/Pearl-Jam into feat-individual-phone-tracking
runs-on: ubuntu-latest | ||
steps: | ||
- uses: actions/setup-node@v4 | ||
- run: yarn --frozen-lockfile | ||
build: |
Check warning
Code scanning / CodeQL
Workflow does not contain permissions Medium
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 }} |
Check warning
Code scanning / CodeQL
Workflow does not contain permissions Medium
fix test fix fix fix fix fix disable test wait fix fix fix fix fix fix fix fix fix fix fix fix fix feat: add unit test fix fix fix fix fix fix fix fix fix fix fix fix fix fix fix fix fix fix fix fix feat: test
Feat/docker manu
timeout-minutes: 60 | ||
runs-on: ubuntu-latest | ||
steps: | ||
- name: Checkout Pearl | ||
uses: actions/checkout@v4 | ||
- uses: actions/setup-node@v4 | ||
with: | ||
node-version: lts/* | ||
- name: Run Docker Compose | ||
run: | | ||
docker compose --env-file ./.env.docker up -d | ||
yarn | ||
npx playwright install --with-deps chromium | ||
npx playwright test | ||
- uses: actions/upload-artifact@v4 | ||
if: ${{ !cancelled() }} | ||
with: | ||
name: playwright-report | ||
path: playwright-report/ | ||
retention-days: 7 |
Check warning
Code scanning / CodeQL
Workflow does not contain permissions Medium
* fix: transmissions * fix : updated tests * fix: update callback dep * fix: simplified code for useIdentificationQuestion.ts
fix: remove typescript errors
No description provided.