File tree Expand file tree Collapse file tree 1 file changed +12
-2
lines changed Expand file tree Collapse file tree 1 file changed +12
-2
lines changed Original file line number Diff line number Diff line change 82
82
83
83
test-webkit :
84
84
name : Test Packages With Changed Files in Webkit
85
- runs-on : ubuntu-20.04
85
+ runs-on : macos-latest
86
86
87
87
steps :
88
88
- name : Checkout Repo
@@ -101,6 +101,16 @@ jobs:
101
101
- name : build
102
102
run : yarn build:changed core
103
103
- name : Run tests on changed packages
104
- run : xvfb-run yarn test:changed core
104
+ run : |
105
+ yarn test --scope @firebase/installations
106
+ yarn test --scope @firebase/installations
107
+ yarn test --scope @firebase/installations
108
+ yarn test --scope @firebase/installations
109
+ yarn test --scope @firebase/installations
110
+ yarn test --scope @firebase/installations
111
+ yarn test --scope @firebase/installations
112
+ yarn test --scope @firebase/installations
113
+ yarn test --scope @firebase/installations
114
+ yarn test --scope @firebase/installations
105
115
env :
106
116
BROWSERS : ' WebkitHeadless'
You can’t perform that action at this time.
0 commit comments