Skip to content

Bump tough-cookie, @vue/cli-plugin-router and @cypress/request #2019

Bump tough-cookie, @vue/cli-plugin-router and @cypress/request

Bump tough-cookie, @vue/cli-plugin-router and @cypress/request #2019

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