Skip to content

Commit

Permalink
neat
Browse files Browse the repository at this point in the history
  • Loading branch information
haochenx committed Jul 9, 2024
1 parent bdcd5ce commit 4f0c875
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion jsland/apps/mobile-app/melsrc/entrypoint.ml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ module OCaml_section = struct
logv "Reset tapped");
];
line_break ();
text_str (sprintf "Counter = %d" counter);
text_str (sprintf {js|counter = %d|js} counter);
]
end (* module OCaml_section *)

Expand Down
2 changes: 1 addition & 1 deletion jsland/packages/mobile-app-ui/src/button.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ const styles = StyleSheet.create({
paddingBottom: 14,
paddingLeft: 30,
paddingRight: 30,
backgroundColor: "#2f80ed",
backgroundColor: "#ed2f52",
},
text: {
textAlign: "center",
Expand Down

1 comment on commit 4f0c875

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

✅✅✅ Test result for 4f0c875 (Ref_name=main)

CI Job: https://github.com/kxcdev/kxc-melange-react-native-template/actions/runs/9851648348
Docker Image Variant: ghcr--ubuntu.22.04-ocaml.5.1.0-node.hydrogen-amd64

Test Result (collapsed)
++ opam env
+ eval 'OPAM_SWITCH_PREFIX='\''/root/.opam/5.1.0'\'';' export 'OPAM_SWITCH_PREFIX;' 'CAML_LD_LIBRARY_PATH='\''/root/.opam/5.1.0/lib/stublibs:/root/.opam/5.1.0/lib/ocaml/stublibs:/root/.opam/5.1.0/lib/ocaml'\'';' export 'CAML_LD_LIBRARY_PATH;' 'OCAML_TOPLEVEL_PATH='\''/root/.opam/5.1.0/lib/toplevel'\'';' export 'OCAML_TOPLEVEL_PATH;' 'MANPATH='\'':/root/.opam/5.1.0/man'\'';' export 'MANPATH;' 'PATH='\''/root/.opam/5.1.0/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin'\'';' export 'PATH;'
++ OPAM_SWITCH_PREFIX=/root/.opam/5.1.0
++ export OPAM_SWITCH_PREFIX
++ CAML_LD_LIBRARY_PATH=/root/.opam/5.1.0/lib/stublibs:/root/.opam/5.1.0/lib/ocaml/stublibs:/root/.opam/5.1.0/lib/ocaml
++ export CAML_LD_LIBRARY_PATH
++ OCAML_TOPLEVEL_PATH=/root/.opam/5.1.0/lib/toplevel
++ export OCAML_TOPLEVEL_PATH
++ MANPATH=:/root/.opam/5.1.0/man
++ export MANPATH
++ PATH=/root/.opam/5.1.0/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
++ export PATH
+ dune runtest

Please sign in to comment.