Skip to content

Commit b703366

Browse files
committed
Double check ocaml-env changing
1 parent d21be91 commit b703366

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,11 @@ jobs:
2525
build: |
2626
cd analysis
2727
# git checkout converted these to windows newline. Convert back to unix newline here
28-
echo "git diff now"
29-
git diff tests/src/expected/Auto.res.txt
3028
dos2unix test.sh tests/src/*.res tests/src/*.resi
31-
echo "git diff again"
29+
echo "git diff ci"
3230
git diff tests/src/expected/Auto.res.txt
31+
echo "cat -A Auto.res.txt"
32+
cat -A tests/src/expected/Auto.res.txt
3333
echo "make now===="
3434
make foo
3535
artifact-folder: win32

analysis/Makefile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,8 @@ OUTPUT = rescript-editor-analysis.exe
5757
foo:
5858
@echo "git diff makefile foo"
5959
git diff tests/src/expected/Auto.res.txt
60+
@echo "cat -A Auto.res.txt in makefile"
61+
cat -A tests/src/expected/Auto.res.txt
6062

6163
.DEFAULT_GOAL := build-native
6264

0 commit comments

Comments
 (0)