Skip to content

use mobilecoinofficial/gh-actions where possible #2387

use mobilecoinofficial/gh-actions where possible

use mobilecoinofficial/gh-actions where possible #2387

Workflow file for this run

name: Check that repositories submoduling us will still build after this PR
on:
pull_request:
branches:
- main
- 'release/**'
paths-ignore:
- '**.md'
env:
CARGO_TERM_COLOR: always
jobs:
android-bindings:
runs-on: mcf-dev-large-x64
container: mobilecoin/builder-install:v0.0.32
steps:
- name: Check that android-bindings still builds
uses: mobilecoinofficial/gh-actions/build-downstream-rust-repo@dbf56798ac20b54de1a7087f6526ce35a3773ca2
with:
remote_repo: mobilecoinofficial/android-bindings
submodule_path: mobilecoin
full-service:
runs-on: mcf-dev-large-x64
container: mobilecoin/builder-install:v0.0.32
steps:
- name: Check that android-bindings still builds
uses: mobilecoinofficial/gh-actions/build-downstream-rust-repo@dbf56798ac20b54de1a7087f6526ce35a3773ca2
with:
remote_repo: mobilecoinofficial/full-service
submodule_path: mobilecoin