We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3011593 commit 6c62586Copy full SHA for 6c62586
1 file changed
projects/amber-lang.com/package.yml
@@ -37,10 +37,9 @@ test:
37
- run: cat $FIXTURE >test.ab
38
fixture:
39
extname: ab
40
- content: |
41
- echo ((12 + 34) * 9) % 4
+ content: echo(((12 + 34) * 9) % 4)
42
- test "$(amber test.ab)" = 2
43
- - test "$(pkgx test.ab)" = 2
+ - test "$(pkgx --sync test.ab)" = 2
44
- run: amber test.ab test.sh
45
if: <0.4
46
- run: amber build test.ab
0 commit comments