Skip to content

Commit

Permalink
[chore]: fixes for workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
tarun-khanna committed Jan 13, 2024
1 parent 71a177d commit 8f8e961
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/i18nify-js-coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ on:
branches:
- master

defaults:
run:
working-directory: packages/i18nify-js

jobs:
coverage:
name: CodeCov analysis on coverage
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/i18nify-js-danger.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,10 @@ on:
review_request_removed,
]

defaults:
run:
working-directory: packages/i18nify-js

jobs:
build-base:
name: Generate Base Build
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/i18nify-js-playwright.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@ on:
pull_request:
push:

defaults:
run:
working-directory: packages/i18nify-js

jobs:
test:
timeout-minutes: 60
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 8f8e961

Please sign in to comment.