Skip to content

Commit ab9b01a

Browse files
Merge pull request #3506 from OneCommunityGlobal/development
Frontend Release to Main [4.16]
2 parents 4a84a04 + a90555d commit ab9b01a

26 files changed

Lines changed: 10707 additions & 6729 deletions

File tree

.github/workflows/pull_request_test.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,15 @@ jobs:
99
runs-on: ubuntu-latest
1010
steps:
1111
- uses: actions/checkout@v4
12+
with:
13+
fetch-depth: 0
1214
- uses: actions/setup-node@v4
1315
with:
1416
node-version: 14
1517
cache: 'npm'
1618
- name: Install Dependencies
1719
run: npm ci
18-
- name: Run Unit Tests
19-
run: npm test
20+
- name: Run Unit Tests for Changed Files Only
21+
run: npm run test:changed
2022
- name: Run Lint
21-
run: npm run lint
23+
run: npm run lint

0 commit comments

Comments
 (0)