Skip to content

Make the search field empty when reset the filter #10

Make the search field empty when reset the filter

Make the search field empty when reset the filter #10

Workflow file for this run

name: Docker Image CI
on:
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Unit tests
run: docker build -f Dockerfile-test -t webnav-test . && docker run webnav-test
- name: Webapp test
run: docker build -f Dockerfile-run -t webnav . && docker run -d -p 8080:80 webnav && sleep 2 && curl localhost:8080 | grep Matschieu