Skip to content

Commit 160f91a

Browse files
authored
Merge branch 'main' into WEB-9959-add-schema-tests
2 parents d62e284 + d2e943d commit 160f91a

File tree

15 files changed

+1324
-469
lines changed

15 files changed

+1324
-469
lines changed

.github/workflows/tests.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ jobs:
2424
--health-timeout 5s
2525
--health-retries 5
2626
steps:
27+
- run: sudo apt update
28+
- run: sudo apt install -y imagemagick
2729
- uses: actions/checkout@v4
2830
- uses: erlef/setup-beam@v1
2931
with:
@@ -74,6 +76,8 @@ jobs:
7476
--health-timeout 5s
7577
--health-retries 5
7678
steps:
79+
- run: sudo apt update
80+
- run: sudo apt install -y imagemagick
7781
- uses: actions/checkout@v4
7882
- uses: erlef/setup-beam@v1
7983
with:
@@ -104,6 +108,8 @@ jobs:
104108
--health-timeout 5s
105109
--health-retries 5
106110
steps:
111+
- run: sudo apt update
112+
- run: sudo apt install -y imagemagick
107113
- uses: actions/checkout@v4
108114
- uses: erlef/setup-beam@v1
109115
with:
@@ -134,6 +140,8 @@ jobs:
134140
--health-timeout 5s
135141
--health-retries 5
136142
steps:
143+
- run: sudo apt update
144+
- run: sudo apt install -y imagemagick
137145
- uses: actions/checkout@v4
138146
- uses: erlef/setup-beam@v1
139147
with:
@@ -164,6 +172,8 @@ jobs:
164172
--health-timeout 5s
165173
--health-retries 5
166174
steps:
175+
- run: sudo apt update
176+
- run: sudo apt install -y imagemagick
167177
- uses: actions/checkout@v4
168178
- uses: erlef/setup-beam@v1
169179
with:

.tool-versions

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ elixir 1.17.3-otp-27
44

55
# https://github.com/erlang/otp/releases
66

7-
erlang 27.1.2
7+
erlang 27.2
88

99
# https://nodejs.org/en
1010

11-
nodejs 20.18.0
11+
nodejs 22.12.0

0 commit comments

Comments
 (0)