Skip to content

Commit

Permalink
add tests to CI and improve sheltie funnel
Browse files Browse the repository at this point in the history
  • Loading branch information
vitormv committed Feb 25, 2024
1 parent 423cbd5 commit 04e26cd
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 11 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build.yml
Expand Up @@ -25,5 +25,8 @@ jobs:
- name: Lint
run: yarn lint

- name: Lint
run: yarn test

- name: Build project
run: yarn build
22 changes: 11 additions & 11 deletions src/content/funnel.sheltie.json
Expand Up @@ -48,7 +48,7 @@
{
"id": "block5",
"type": "button",
"text": "Next Page",
"text": "Yes, I want to learn more πŸ‘‰",
"color": "#1D2325",
"bgColor": "#D79C75"
}
Expand All @@ -60,14 +60,7 @@
{
"id": "block9",
"type": "text",
"text": "Even more about Shetland Sheepdogs!",
"color": "#1D2325",
"align": "center"
},
{
"id": "block9.5",
"type": "text",
"text": "Because we can't resist these adorable faces 😍",
"text": "They are also commonly known as Shelties 🐾. Because we can't resist these adorable faces 😍",
"color": "#1D2325",
"align": "center"
},
Expand Down Expand Up @@ -100,7 +93,7 @@
{
"id": "block12",
"type": "button",
"text": "Next Page",
"text": "Amazing stuff! Tell me more πŸ‘‰",
"color": "#1D2325",
"bgColor": "#D79C75"
}
Expand All @@ -116,10 +109,17 @@
"color": "#1D2325",
"align": "center"
},
{
"id": "block7",
"type": "text",
"text": "If you want to keep receiving fun facts and cute pictures of Shelties, sign up for our newsletter!",
"color": "#1D2325",
"align": "center"
},
{
"id": "block12",
"type": "button",
"text": "Thanks for the info!",
"text": "Sign me up for the newsletter πŸ“¬",
"color": "#1D2325",
"bgColor": "#D79C75"
}
Expand Down

0 comments on commit 04e26cd

Please sign in to comment.