Skip to content

Commit

Permalink
Test prod build
Browse files Browse the repository at this point in the history
  • Loading branch information
koechkevin committed Jul 5, 2024
1 parent aaf91ef commit d9fbed1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/charterafrica-deploy-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: charterAFRICA | Deploy | DEV

on:
push:
branches: [main]
branches: [charterafrica-build-test]
paths:
- "apps/charterafrica/**"
- "Dockerfile"
Expand Down
1 change: 1 addition & 0 deletions apps/charterafrica/src/lib/data/common/processPageTools.js
Original file line number Diff line number Diff line change
Expand Up @@ -179,6 +179,7 @@ async function processPageTools(page, api, context) {
label: value ?? null,
}),
);
console.log({ context: context.locale });
const filterLabels = labelsPerLocale[locale];
const filterOptions = filters.map((filter) => {
if (filter === "sort") {
Expand Down

0 comments on commit d9fbed1

Please sign in to comment.