@@ -152,16 +152,16 @@ jobs:
152152 if: "always() && steps.pkg_web_css_pub_get.conclusion == 'success'"
153153 working-directory: pkg/web_css
154154 job_003:
155- name: "smoke_test; PKGS: pkg/indexed_blob, pkg/screenshot_tools ; `dart format --output=none --set-exit-if-changed .`, `dart analyze --fatal-infos .`"
155+ name: "smoke_test; PKGS: pkg/indexed_blob, pkg/puppeteer_screenshots ; `dart format --output=none --set-exit-if-changed .`, `dart analyze --fatal-infos .`"
156156 runs-on: ubuntu-latest
157157 steps:
158158 - name: Cache Pub hosted dependencies
159159 uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf
160160 with:
161161 path: "~/.pub-cache/hosted"
162- key: "os:ubuntu-latest;pub-cache-hosted;sdk:3.9.0;packages:pkg/indexed_blob-pkg/screenshot_tools ;commands:format-analyze_1"
162+ key: "os:ubuntu-latest;pub-cache-hosted;sdk:3.9.0;packages:pkg/indexed_blob-pkg/puppeteer_screenshots ;commands:format-analyze_1"
163163 restore-keys: |
164- os:ubuntu-latest;pub-cache-hosted;sdk:3.9.0;packages:pkg/indexed_blob-pkg/screenshot_tools
164+ os:ubuntu-latest;pub-cache-hosted;sdk:3.9.0;packages:pkg/indexed_blob-pkg/puppeteer_screenshots
165165 os:ubuntu-latest;pub-cache-hosted;sdk:3.9.0
166166 os:ubuntu-latest;pub-cache-hosted
167167 os:ubuntu-latest
@@ -185,19 +185,19 @@ jobs:
185185 run: dart analyze --fatal-infos .
186186 if: "always() && steps.pkg_indexed_blob_pub_get.conclusion == 'success'"
187187 working-directory: pkg/indexed_blob
188- - id: pkg_screenshot_tools_pub_get
189- name: pkg/screenshot_tools ; dart pub get
188+ - id: pkg_puppeteer_screenshots_pub_get
189+ name: pkg/puppeteer_screenshots ; dart pub get
190190 run: dart pub get
191191 if: "always() && steps.checkout.conclusion == 'success'"
192- working-directory: pkg/screenshot_tools
193- - name: "pkg/screenshot_tools ; dart format --output=none --set-exit-if-changed ."
192+ working-directory: pkg/puppeteer_screenshots
193+ - name: "pkg/puppeteer_screenshots ; dart format --output=none --set-exit-if-changed ."
194194 run: "dart format --output=none --set-exit-if-changed ."
195- if: "always() && steps.pkg_screenshot_tools_pub_get .conclusion == 'success'"
196- working-directory: pkg/screenshot_tools
197- - name: "pkg/screenshot_tools ; dart analyze --fatal-infos ."
195+ if: "always() && steps.pkg_puppeteer_screenshots_pub_get .conclusion == 'success'"
196+ working-directory: pkg/puppeteer_screenshots
197+ - name: "pkg/puppeteer_screenshots ; dart analyze --fatal-infos ."
198198 run: dart analyze --fatal-infos .
199- if: "always() && steps.pkg_screenshot_tools_pub_get .conclusion == 'success'"
200- working-directory: pkg/screenshot_tools
199+ if: "always() && steps.pkg_puppeteer_screenshots_pub_get .conclusion == 'success'"
200+ working-directory: pkg/puppeteer_screenshots
201201 job_004:
202202 name: "smoke_test; PKG: pkg/pub_integration; `dart format --output=none --set-exit-if-changed .`, `dart analyze --fatal-infos lib/`, `dart analyze --fatal-infos test/`"
203203 runs-on: ubuntu-latest
@@ -885,16 +885,16 @@ jobs:
885885 - job_007
886886 - job_008
887887 job_021:
888- name: "unit_test; PKG: pkg/screenshot_tools ; `dart test --run-skipped`"
888+ name: "unit_test; PKG: pkg/puppeteer_screenshots ; `dart test --run-skipped`"
889889 runs-on: ubuntu-latest
890890 steps:
891891 - name: Cache Pub hosted dependencies
892892 uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf
893893 with:
894894 path: "~/.pub-cache/hosted"
895- key: "os:ubuntu-latest;pub-cache-hosted;sdk:3.9.0;packages:pkg/screenshot_tools ;commands:test_09"
895+ key: "os:ubuntu-latest;pub-cache-hosted;sdk:3.9.0;packages:pkg/puppeteer_screenshots ;commands:test_09"
896896 restore-keys: |
897- os:ubuntu-latest;pub-cache-hosted;sdk:3.9.0;packages:pkg/screenshot_tools
897+ os:ubuntu-latest;pub-cache-hosted;sdk:3.9.0;packages:pkg/puppeteer_screenshots
898898 os:ubuntu-latest;pub-cache-hosted;sdk:3.9.0
899899 os:ubuntu-latest;pub-cache-hosted
900900 os:ubuntu-latest
@@ -905,15 +905,15 @@ jobs:
905905 - id: checkout
906906 name: Checkout repository
907907 uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c
908- - id: pkg_screenshot_tools_pub_get
909- name: pkg/screenshot_tools ; dart pub get
908+ - id: pkg_puppeteer_screenshots_pub_get
909+ name: pkg/puppeteer_screenshots ; dart pub get
910910 run: dart pub get
911911 if: "always() && steps.checkout.conclusion == 'success'"
912- working-directory: pkg/screenshot_tools
913- - name: "pkg/screenshot_tools ; dart test --run-skipped"
912+ working-directory: pkg/puppeteer_screenshots
913+ - name: "pkg/puppeteer_screenshots ; dart test --run-skipped"
914914 run: dart test --run-skipped
915- if: "always() && steps.pkg_screenshot_tools_pub_get .conclusion == 'success'"
916- working-directory: pkg/screenshot_tools
915+ if: "always() && steps.pkg_puppeteer_screenshots_pub_get .conclusion == 'success'"
916+ working-directory: pkg/puppeteer_screenshots
917917 needs:
918918 - job_001
919919 - job_002
0 commit comments