Skip to content

Bump follow-redirects from 1.14.8 to 1.15.6 in /client #2157

Bump follow-redirects from 1.14.8 to 1.15.6 in /client

Bump follow-redirects from 1.14.8 to 1.15.6 in /client #2157

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