Clean up E2E testing configurations (#3360)

This commit is contained in:
Zach Wasserman
2021-12-24 12:18:00 -08:00
committed by GitHub
parent 30e922db07
commit ab664e5304
6 changed files with 7 additions and 18 deletions
+1 -1
View File
@@ -86,7 +86,7 @@ jobs:
make e2e-serve-${{ matrix.fleet-tier }} &
sleep 3
make e2e-setup
yarn cypress run --config-file cypress-${{ matrix.fleet-tier }}.json
yarn cypress run --config-file cypress/cypress-${{ matrix.fleet-tier }}.json
- name: Upload artifacts
if: failure()