ci(lint): ensure linted results are pushed for build to pass (#25196)

This commit is contained in:
Liam DeBeasi
2022-04-26 22:43:20 +05:45
committed by GitHub
parent 70d278414e
commit b259ca6a1f
7 changed files with 11 additions and 14 deletions

View File

@@ -8,13 +8,7 @@ import type {
import { test as base } from '@playwright/test';
import { initPageEvents } from './page/event-spy';
import {
getSnapshotSettings,
goto as goToPage,
setIonViewport,
spyOnEvent,
waitForChanges,
} from './page/utils';
import { getSnapshotSettings, goto as goToPage, setIonViewport, spyOnEvent, waitForChanges } from './page/utils';
import type { E2EPage } from './playwright-declarations';
type CustomTestArgs = PlaywrightTestArgs &