Skip to content

Commit

Permalink
test: update index.ts for test
Browse files Browse the repository at this point in the history
  • Loading branch information
QAComet committed Dec 5, 2023
1 parent af7f87a commit d964326
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/playwright.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
branches:
- main
pull_request:
paths_ignore:
paths-ignore:
- 'packages/backend/src/apps/**'
workflow_dispatch:

Expand Down
1 change: 1 addition & 0 deletions packages/backend/src/apps/carbone/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ import addAuthHeader from './common/add-auth-header';
import auth from './auth';
import actions from './actions';

// This is a test change showing UI test workflow isn't run
export default defineApp({
name: 'Carbone',
key: 'carbone',
Expand Down

0 comments on commit d964326

Please sign in to comment.