Skip to content

Commit a6ac36f

Browse files
authored
Add integration tests to GHA setup
1 parent 7e8b0a1 commit a6ac36f

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/test.yml

+6
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,11 @@ on:
1010
jobs:
1111
test:
1212
runs-on: ubuntu-latest
13+
services:
14+
mqtt-broker:
15+
image: emqx
16+
ports:
17+
- 1883:1883
1318
steps:
1419
- uses: actions/checkout@v4
1520
- uses: erlef/setup-beam@v1
@@ -19,4 +24,5 @@ jobs:
1924
rebar3-version: "3"
2025
- run: gleam deps download
2126
- run: gleam test
27+
- run: gleam run -m integration_tests
2228
- run: gleam format --check src test

0 commit comments

Comments
 (0)