Skip to content

Commit

Permalink
Merge branch 'main' of github.com:shufo/vscode-blade-formatter
Browse files Browse the repository at this point in the history
  • Loading branch information
shufo committed Dec 22, 2024
2 parents 9e7c441 + 6feb226 commit ef0dd8c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/e2e-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
run: yarn install

- name: Run headless test
uses: GabrielBB/xvfb-action@v1.6
uses: GabrielBB/xvfb-action@v1.7
with:
run: yarn run test:e2e
env:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
run: yarn install

- name: Run headless test
uses: GabrielBB/xvfb-action@v1.6
uses: GabrielBB/xvfb-action@v1.7
with:
run: yarn run test
env:
Expand Down

0 comments on commit ef0dd8c

Please sign in to comment.