Skip to content

Commit b3239aa

Browse files
committed
Store artifacts on failure; remove test-cypress as a need
1 parent 1df2576 commit b3239aa

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/main.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,7 @@ jobs:
7676

7777
- name: Archive cypress artifacts
7878
uses: actions/upload-artifact@v3
79+
if: failure()
7980
with:
8081
name: cypress-artifacts
8182
path: |
@@ -85,7 +86,8 @@ jobs:
8586
build-deploy:
8687
needs:
8788
- test
88-
- test-cypress
89+
# Disabling test-cypress while it is flaky
90+
# - test-cypress
8991
runs-on: ubuntu-latest
9092
steps:
9193
- name: Checkout

0 commit comments

Comments
 (0)