Skip to content

Commit d25a1bf

Browse files
author
Maya Shavin
committed
fix: workflows
1 parent 76d2e7b commit d25a1bf

4 files changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@ name: ci
33
on:
44
push:
55
branches:
6-
- main
6+
- master
77
pull_request:
88
branches:
9-
- main
9+
- master
1010

1111
jobs:
1212
ci:
@@ -26,7 +26,7 @@ jobs:
2626
uses: actions/checkout@master
2727

2828
- name: Install dependencies
29-
run: |
29+
run: |
3030
yarn
3131
yarn --cwd packages/url
3232
yarn --cwd packages/utils

.github/workflows/coverage.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Build and publish test coverage
22
on:
33
push:
44
branches:
5-
- main
5+
- master
66
jobs:
77
build:
88
runs-on: ${{ matrix.os }}
@@ -21,7 +21,7 @@ jobs:
2121
uses: actions/checkout@master
2222

2323
- name: Install dependencies
24-
run: |
24+
run: |
2525
yarn
2626
cd packages/url && yarn
2727
cd ../utils && yarn

docs/test-report/.gitkeep

Whitespace-only changes.

jest.config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
[
3232
"jest-html-reporters",
3333
{
34-
"publicPath": "./docs/coverage/",
34+
"publicPath": "./docs/test-report/",
3535
"filename": "api-report.html",
3636
"pageTitle": "cloudinary-apis Report",
3737
"expand": true

0 commit comments

Comments
 (0)