Skip to content

Commit 495be42

Browse files
committed
Require prettier for brwoserstack too
1 parent b721ad0 commit 495be42

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/testing.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565

6666
browserstack:
6767
runs-on: ubuntu-latest
68-
needs: unit-tests
68+
needs: [unit-tests, prettier]
6969
if: (github.event_name == 'push' && github.ref == 'refs/heads/main') || github.event_name == 'workflow_dispatch'
7070

7171
strategy:

0 commit comments

Comments
 (0)