Skip to content

feat(gameprovider-service): add filter of game service environments #19

feat(gameprovider-service): add filter of game service environments

feat(gameprovider-service): add filter of game service environments #19

name: GameProvider Service Build
on:
push:
branches: [main]
paths:
- src/gameprovider-service/**
pull_request:
branches: [main]
paths:
- src/gameprovider-service/**
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- 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