Skip to content

Commit

Permalink
chore: remove-labeler-action
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanbas21 committed Dec 16, 2024
1 parent cdbbf2c commit 013165d
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 26 deletions.
21 changes: 0 additions & 21 deletions .github/workflows/labeler.yml

This file was deleted.

6 changes: 5 additions & 1 deletion .prettierignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,8 @@
package-lock.json
*/*/package-lock.json
.husky/*
/.nx/workspace-data
/.nx/workspace-data
pnpm-lock.yml
packages/*/dist
e2e/*/dist
*/dist
4 changes: 0 additions & 4 deletions e2e/davinci-suites/playwright.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,8 @@ import { workspaceRoot } from '@nx/devkit';
const baseURL = process.env['BASE_URL'] || 'http://localhost:5829';

const config: PlaywrightTestConfig = {
<<<<<<< HEAD
...baseConfig,
outputDir: './.playwright',
=======
testDir: './src',
>>>>>>> c9c7c19 (chore: remove-ping-protect-and-e2es)
reporter: process.env.CI ? 'github' : 'list',
timeout: 30000,
use: {
Expand Down
1 change: 1 addition & 0 deletions nx.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@
"test": {
"dependsOn": ["^build", "^test"],
"inputs": ["noMarkdown", "^noMarkdown"],
"outputs": ["{projectRoot}/coverage"],
"cache": true
},
"build": {
Expand Down

0 comments on commit 013165d

Please sign in to comment.