Skip to content

Commit 8b74610

Browse files
committed
dev7
1 parent 4618cb4 commit 8b74610

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

.github/workflows/nx-affected.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ jobs:
2424
- run: yarn install
2525
- name: Run Affected Tests
2626
shell: bash
27-
run: yarn affected:test -- --base=remotes/origin/master --head=HEAD
28-
27+
run: yarn affected:test -- --parallel -- --ci --code-coverage
28+
- name: Deploy to Netlify
29+
shell: bash
30+
run: NETLIFY_TOKEN=tHInavUB4ywYxyyFWCxUd0N0OvBLJ5xCoSFjtxTZ310 yarn affected:deploy --base=remotes/origin/master --head=HEAD
2931

libs/header/src/lib/header.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ export interface HeaderProps {}
55

66
const StyledHeader = styled.header`
77
color: #aa6b6b;
8-
background-color: #143055;
8+
background-color: #1d4880;
99
padding: 5px;
1010
border-radius: 3px;
1111
`

0 commit comments

Comments
 (0)