Skip to content

Bump tower-http from 0.4.1 to 0.4.2 in /application #517

Bump tower-http from 0.4.1 to 0.4.2 in /application

Bump tower-http from 0.4.1 to 0.4.2 in /application #517

name: Front-End Build
on:
push:
branches: [ main, develop ]
pull_request:
branches: [ main, develop ]
env:
CARGO_TERM_COLOR: always
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Build
run: cargo build --verbose
working-directory: application/frontend
#- name: Run tests
# run: cargo test --verbose