Skip to content

CI/CD pipeline implementation for frontend of powerpayapp #64

CI/CD pipeline implementation for frontend of powerpayapp

CI/CD pipeline implementation for frontend of powerpayapp #64

Workflow file for this run

name: Build Translator
on:
push:
branches:
- '**'
tags-ignore:
- 'v*'
pull_request:
branches:
- '**'
env:
CARGO_TERM_COLOR: always
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Build Translator
run: cd power-pay-translator && cargo build --verbose && cargo test --verbose