Skip to content

refactor(gameprovider-service): read game services config #13

refactor(gameprovider-service): read game services config

refactor(gameprovider-service): read game services config #13

name: GameProvider Service Build
on:
push:
branches: [develop]
paths:
- src/gameprovider-service/**
pull_request:
branches: [develop]
paths:
- src/gameprovider-service/**
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Setup Toolchain
uses: actions-rs/toolchain@v1
with:
toolchain: stable
- name: GameProvider App Build
uses: actions-rs/cargo@v1
with:
command: build
args: --release --manifest-path src/gameprovider-service/Cargo.toml