We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4618cb4 commit 8b74610Copy full SHA for 8b74610
.github/workflows/nx-affected.yml
@@ -24,6 +24,8 @@ jobs:
24
- run: yarn install
25
- name: Run Affected Tests
26
shell: bash
27
- run: yarn affected:test -- --base=remotes/origin/master --head=HEAD
28
-
+ run: yarn affected:test -- --parallel -- --ci --code-coverage
+ - name: Deploy to Netlify
29
+ shell: bash
30
+ run: NETLIFY_TOKEN=tHInavUB4ywYxyyFWCxUd0N0OvBLJ5xCoSFjtxTZ310 yarn affected:deploy --base=remotes/origin/master --head=HEAD
31
libs/header/src/lib/header.tsx
@@ -5,7 +5,7 @@ export interface HeaderProps {}
5
6
const StyledHeader = styled.header`
7
color: #aa6b6b;
8
- background-color: #143055;
+ background-color: #1d4880;
9
padding: 5px;
10
border-radius: 3px;
11
`
0 commit comments