mirror of
https://github.com/nasa/openmct.git
synced 2025-06-21 16:49:42 +00:00
Missing Token (#4518)
This commit is contained in:
2
.github/workflows/e2e-visual.yml
vendored
2
.github/workflows/e2e-visual.yml
vendored
@ -20,3 +20,5 @@ jobs:
|
|||||||
- run: npm install
|
- run: npm install
|
||||||
- name: Run the e2e visual tests
|
- name: Run the e2e visual tests
|
||||||
run: npm run test:e2e:visual
|
run: npm run test:e2e:visual
|
||||||
|
env:
|
||||||
|
PERCY_TOKEN: ${{ secrets.PERCY_TOKEN }}
|
||||||
|
Reference in New Issue
Block a user