diff --git a/.dockerignore b/.dockerignore index fd536726ae..d434a8c2ba 100644 --- a/.dockerignore +++ b/.dockerignore @@ -2,7 +2,9 @@ !/__tests__ /__tests__/__image_snapshots__ !/packages/bundle/dist +!/packages/fluent-theme/dist !/packages/playground/build +!/packages/test/fluent-bundle/dist !/packages/test/harness/dist !/packages/test/page-object/dist !/serve-test.json diff --git a/.github/workflows/pull-request-validation.yml b/.github/workflows/pull-request-validation.yml index 10fe296aba..e2f4a7efdb 100644 --- a/.github/workflows/pull-request-validation.yml +++ b/.github/workflows/pull-request-validation.yml @@ -53,16 +53,17 @@ jobs: - name: Pack Docker artifact run: | zip docker.zip -r@ < - - + - -
+
- - + - -
+