Skip to content

Commit 431f5c9

Browse files
committed
Removing the copying of fixtures as they do not exist for this project.
1 parent 819c791 commit 431f5c9

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

.github/workflows/dotnet-core-master.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,6 @@ jobs:
9393
mkdir -p eform-angular-frontend/eFormAPI/eFormAPI.Web/Plugins
9494
mkdir -p eform-angular-frontend/eform-client/cypress/e2e/plugins/
9595
mkdir -p eform-angular-frontend/eform-client/cypress/fixtures/
96-
cp -av eform-angular-basecustomer-plugin/eform-client/cypress/fixtures eform-angular-frontend/eform-client/cypress
9796
cp -av eform-angular-basecustomer-plugin/eform-client/cypress/e2e/plugins/customers-pn eform-angular-frontend/eform-client/cypress/e2e/plugins/customers-pn
9897
cd eform-angular-frontend/eform-client && ../../eform-angular-basecustomer-plugin/testinginstallpn.sh
9998
- name: yarn install

.github/workflows/dotnet-core-pr.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,6 @@ jobs:
9090
mkdir -p eform-angular-frontend/eFormAPI/eFormAPI.Web/Plugins
9191
mkdir -p eform-angular-frontend/eform-client/cypress/e2e/plugins/
9292
mkdir -p eform-angular-frontend/eform-client/cypress/fixtures/
93-
cp -av eform-angular-basecustomer-plugin/eform-client/cypress/fixtures eform-angular-frontend/eform-client/cypress
9493
cp -av eform-angular-basecustomer-plugin/eform-client/cypress/e2e/plugins/customers-pn eform-angular-frontend/eform-client/cypress/e2e/plugins/customers-pn
9594
cd eform-angular-frontend/eform-client && ../../eform-angular-basecustomer-plugin/testinginstallpn.sh
9695
- name: yarn install

0 commit comments

Comments
 (0)