Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
BrtqKr committed May 9, 2024
1 parent 4daf5aa commit 085d094
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/e2e-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,6 @@ jobs:
run:
working-directory: ./WebExample

container:
image: mcr.microsoft.com/playwright:v1.43.1-jammy
concurrency:
group: e2e-test-${{ github.ref }}
cancel-in-progress: true
Expand All @@ -49,5 +47,3 @@ jobs:

- name: Run playwright tests
run: yarn test
env:
HOME: /root
1 change: 1 addition & 0 deletions WebExample/playwright.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ import * as TEST_CONST from '../testConstants';
export default defineConfig({
testDir: './tests',
preserveOutput: 'never',
outputDir: undefined,
webServer: {
command: 'yarn web',
url: TEST_CONST.LOCAL_URL,
Expand Down

0 comments on commit 085d094

Please sign in to comment.