Skip to content

Commit

Permalink
Merge pull request #211 from covalenthq/develop
Browse files Browse the repository at this point in the history
Update CI/CD tests for BSP/BRP encoded plus json files in codec-0.37
  • Loading branch information
noslav committed Jun 11, 2024
2 parents bbaea97 + e66339b commit 7391a5c
Show file tree
Hide file tree
Showing 41 changed files with 99,895 additions and 200,125 deletions.
10 changes: 8 additions & 2 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,12 @@ updates:
interval: "weekly"
target-branch: "develop"
reviewers:
- "sudeepdino008"
- "rogarcia"
- "noslav"

- package-ecosystem: "docker"
directory: "/"
schedule:
interval: "weekly"
reviewers:
- "noslav"
- "rogarcia"
4 changes: 2 additions & 2 deletions docker-compose-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -107,8 +107,8 @@ services:
done;
echo Proof-chain contracts deployed!;
echo Uploading test files to local .ipfs...;
curl -F "filedata=@/app/test-data/codec-0.36/encoded/1-19434485-replica-0x5800aab40ca1c9aedae3329ad82ad051099edaa293d68504b987a12acfa7b799" http://ipfs-pinner:3001/upload;
curl -F "filedata=@/app/test-data/codec-0.36/encoded/1-19434555-replica-0x3e6af5a88c6205e03364e4a8e4d6d558d53bbea0ed9398df0ee078e6bce3086e" http://ipfs-pinner:3001/upload;
curl -F "filedata=@/app/test-data/codec-0.37/encoded/1-20063050" http://ipfs-pinner:3001/upload;
curl -F "filedata=@/app/test-data/codec-0.37/encoded/1-20063085" http://ipfs-pinner:3001/upload;
echo Test bsp files uploaded!;
cd /mix;
MIX_ENV=docker mix coveralls.json;
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ defmodule Refiner.MixProject do
def project do
[
app: :refiner,
version: "0.5.1",
version: "0.5.2",
elixir: "~> 1.14.3",
start_permanent: Mix.env() == :prod,
deps: deps(),
Expand Down
24 changes: 12 additions & 12 deletions mix.lock

Large diffs are not rendered by default.

Loading

0 comments on commit 7391a5c

Please sign in to comment.