mirror of
https://github.com/DOI-DO/j40-cejst-2.git
synced 2025-10-19 08:13:51 -07:00
Remove threshold line in side panel (#1666)
* Remove categories * Remove disadvantaged in sidepanel * Add comment
This commit is contained in:
parent
9f0ca1c17d
commit
1681a72045
7 changed files with 28 additions and 41 deletions
14
.github/workflows/deploy_fe_staging.yml
vendored
14
.github/workflows/deploy_fe_staging.yml
vendored
|
@ -49,13 +49,13 @@ jobs:
|
|||
run: npm test
|
||||
- name: Check for security vulnerabilities
|
||||
run: npm audit --production
|
||||
# - name: Cypress / Gherkin integration tests 🌃
|
||||
# uses: cypress-io/github-action@v2
|
||||
# with:
|
||||
# working-directory: ${{env.WORKING_DIRECTORY}}
|
||||
# browser: chrome
|
||||
# start: npm start
|
||||
# wait-on: "http://localhost:8000/en"
|
||||
- name: Cypress / Gherkin integration tests 🌃
|
||||
uses: cypress-io/github-action@v2
|
||||
with:
|
||||
working-directory: ${{env.WORKING_DIRECTORY}}
|
||||
browser: chrome
|
||||
start: npm start
|
||||
wait-on: "http://localhost:8000/en"
|
||||
- name: Upload Artifact
|
||||
uses: actions/upload-artifact@v2
|
||||
with:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue