We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fc793fd commit 5987a8dCopy full SHA for 5987a8d
.github/workflows/CD.yml
@@ -37,7 +37,7 @@ jobs:
37
- run: yarn compile
38
# https://github.com/GabrielBB/xvfb-action
39
- name: Run headless test
40
- uses: GabrielBB/xvfb-action@v1
+ uses: GabrielBB/xvfb-action@v1.7
41
with:
42
run: yarn test
43
release:
.github/workflows/CI.yml
@@ -41,6 +41,6 @@ jobs:
44
45
46
0 commit comments