Skip to content

Commit

Permalink
Merge pull request #235 from emqx/0531-bump-mria-to-0.8.7
Browse files Browse the repository at this point in the history
chore: bump mria to 0.8.7
  • Loading branch information
id authored Jun 3, 2024
2 parents 27840af + fabdc1a commit cd2877b
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 6 deletions.
16 changes: 11 additions & 5 deletions .github/workflows/run_test_case.yaml
Original file line number Diff line number Diff line change
@@ -1,16 +1,22 @@
name: Run test case

on: [push, pull_request]
on:
push:
branches:
- master
pull_request:
branches:
- master

jobs:
run_test_case:
runs-on: ubuntu-latest

container:
image: ghcr.io/emqx/emqx-builder/5.2-7:1.15.7-26.1.2-1-ubuntu22.04
image: ghcr.io/emqx/emqx-builder/5.3-5:1.15.7-26.2.1-2-ubuntu24.04

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2

- name: Install prerequisites
run: |
Expand All @@ -27,12 +33,12 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
make coveralls
- uses: actions/upload-artifact@v1
- uses: actions/upload-artifact@5d5d22a31266ced268874388b861e4b58bb5c2f3 # v4.3.1
if: always()
with:
name: logs
path: _build/test/logs
- uses: actions/upload-artifact@v1
- uses: actions/upload-artifact@5d5d22a31266ced268874388b861e4b58bb5c2f3 # v4.3.1
with:
name: cover
path: _build/test/cover
2 changes: 1 addition & 1 deletion rebar.config
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
{deps, [{jiffy, {git, "https://github.com/emqx/jiffy", {tag, "1.0.5"}}},
{eetcd, {git, "https://github.com/zhongwencool/eetcd", {tag, "v0.3.4"}}},
{snabbkaffe, {git, "https://github.com/kafka4beam/snabbkaffe", {tag, "1.0.0"}}},
{mria, {git, "https://github.com/emqx/mria", {tag, "0.8.6"}}}
{mria, {git, "https://github.com/emqx/mria", {tag, "0.8.7"}}}
]}.

{erl_opts, [warn_unused_vars,
Expand Down

0 comments on commit cd2877b

Please sign in to comment.