Skip to content

Commit

Permalink
feature/IVYPORTAL-17377-Create-pipeline-to-run-Lighthouse-report
Browse files Browse the repository at this point in the history
- adding audit for release branch
  • Loading branch information
nhthinh-axonivy committed Jan 2, 2025
1 parent 77f2b51 commit b734dc3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
1 change: 1 addition & 0 deletions .github/workflows/lighthouse-report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ on:
pull_request:
branches:
- master
- release/*

env:
ENGINE_DIR: $GITHUB_WORKSPACE/ivy/engine/nightly
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,6 @@ import fs from "fs";
import path from "path";
import puppeteer from "puppeteer";
import lighthouse from "lighthouse";
import { fileURLToPath } from "url";
import { dirname } from "path";

const __filename = fileURLToPath(import.meta.url);
const __dirname = dirname(__filename);

const PORTAL_URL = "http://localhost:8080/demo-portal";
const LOGIN_URL = `${PORTAL_URL}/login`;
Expand Down

0 comments on commit b734dc3

Please sign in to comment.