Skip to content

Commit

Permalink
feat: comment out actions we cant run atm
Browse files Browse the repository at this point in the history
  • Loading branch information
glenngillen committed Jun 6, 2024
1 parent 432cfdd commit bc818bb
Showing 1 changed file with 10 additions and 15 deletions.
25 changes: 10 additions & 15 deletions .github/workflows/screenshots-in-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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
Expand All @@ -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: |
Expand Down

0 comments on commit bc818bb

Please sign in to comment.