We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5699223 commit c26950dCopy full SHA for c26950d
.github/workflows/QA.yaml
@@ -71,7 +71,7 @@ jobs:
71
uses: ./.github/common-actions/install
72
73
- name: Run Cypress tests
74
- uses: cypress-io/github-action@496e7dc0edc421a9de8a36a31c793340e00c61bf # [email protected].5
+ uses: cypress-io/github-action@f1f0912d392f0d06bdd01fb9ebe3b3299e5806fb # [email protected].7
75
with:
76
start: pnpm start:bridge --host
77
command: pnpm test:e2e:ci # TODO: consider running in --headless
@@ -88,7 +88,7 @@ jobs:
88
BLOCK_EXPLORER: 'https://explorerl2-fluffy-bob-7mjgi9pmtg.t.conduit.xyz'
89
90
- name: Archive e2e artifacts
91
- uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # pin@v2
+ uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # pin@v2
92
if: always()
93
94
name: e2e-artifacts
0 commit comments