Skip to content

Container shutdown speed fix #11

Container shutdown speed fix

Container shutdown speed fix #11

Workflow file for this run

name: test frontend
on:
workflow_call:
pull_request:
branches: [master]
paths: ['frontend/**']
jobs:
test:
runs-on: ubuntu-latest
defaults:
run:
working-directory: frontend
steps:
- uses: actions/checkout@v3
- uses: CodeForPoznan/actions/setup-frontend@main
- run: yarn run lint
- run: yarn run test
- uses: CodeForPoznan/actions/pack-frontend@main
if: github.event_name != 'pull_request'