Ticket 4776 (Ministry View of OIPC) + Bug Fix/ADJUSTMENT to Backend end point for FOIMINISTRY version changes #1495
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Forms Flow Web CI | |
on: | |
pull_request: | |
branches: | |
- main | |
- dev | |
- dev-marshal | |
- test-marshal | |
- dev-rook | |
- test-rook | |
paths: | |
- "forms-flow-web/**" | |
defaults: | |
run: | |
shell: bash | |
working-directory: ./forms-flow-web | |
jobs: | |
forms-flow-web-docker-build-check: | |
runs-on: ubuntu-20.04 | |
name: Build dockerfile to ensure it works | |
steps: | |
- uses: actions/checkout@v2 | |
- name: docker build to check strictness | |
id: docker-build | |
run: | | |
docker build -f Dockerfile.local . | |