From bc818bbd548d98ce14a50b9bae7ab018ca91298e Mon Sep 17 00:00:00 2001 From: Glenn Gillen Date: Fri, 7 Jun 2024 09:42:44 +1000 Subject: [PATCH] feat: comment out actions we cant run atm --- .github/workflows/screenshots-in-pr.yml | 25 ++++++++++--------------- 1 file changed, 10 insertions(+), 15 deletions(-) diff --git a/.github/workflows/screenshots-in-pr.yml b/.github/workflows/screenshots-in-pr.yml index 139063135..7a05509d4 100644 --- a/.github/workflows/screenshots-in-pr.yml +++ b/.github/workflows/screenshots-in-pr.yml @@ -10,11 +10,6 @@ jobs: - name: Checkout repository uses: actions/checkout@v3 - - name: Set up Node.js - uses: actions/setup-node@v3 - with: - node-version: '16' - - name: Install dependencies run: npm install @@ -28,11 +23,11 @@ jobs: env: CI: true - - name: Archive screenshots - uses: actions/upload-artifact@v3 - with: - name: cypress-screenshots - path: cypress/screenshots + # - name: Archive screenshots + # uses: actions/upload-artifact@v3 + # with: + # name: cypress-screenshots + # path: cypress/screenshots post-cypress: needs: cypress-run @@ -42,11 +37,11 @@ jobs: - name: Checkout repository uses: actions/checkout@v3 - - name: Download screenshots - uses: actions/download-artifact@v3 - with: - name: cypress-screenshots - path: ./screenshots + # - name: Download screenshots + # uses: actions/download-artifact@v3 + # with: + # name: cypress-screenshots + # path: ./screenshots - name: Create comment with screenshots run: |