We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5699223 commit 617ffebCopy full SHA for 617ffeb
.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@0da3c06ed8217b912deea9d8ee69630baed1737e # [email protected].6
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