Skip to content

Merge branch 'develop' into 832-update-my-data-details #2059

Merge branch 'develop' into 832-update-my-data-details

Merge branch 'develop' into 832-update-my-data-details #2059

Workflow file for this run

name: dpcreator-integration-tests
on: [push, pull_request]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Build the client static files
run: docker-compose -f docker-compose-ci-step1.yml up
- name: Build server and test
run: docker-compose -f docker-compose-ci-step2.yml up --exit-code-from cypress
- name: Archive Cypress test results
if: ${{ always() }}
uses: actions/upload-artifact@v2
env:
GITHUB_RUN_ID: test12345
with:
name: cypress-videos
path: client/cypress/videos
retention-days: 3