Skip to content

Commit

Permalink
Merge branch 'main' into task-doc
Browse files Browse the repository at this point in the history
  • Loading branch information
justinfagnani committed Aug 17, 2023
2 parents 871ba05 + fc399dc commit 820ae58
Show file tree
Hide file tree
Showing 499 changed files with 60,415 additions and 10,204 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-and-publish-search-index.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ jobs:
timeout-minutes: 10
steps:
- uses: google/wireit@setup-github-actions-caching/v1
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 18
cache: npm
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/check-api-data-in-sync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ jobs:
runs-on: ubuntu-latest
timeout-minutes: 10
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
- uses: google/wireit@setup-github-actions-caching/v1
with:
node-version: 18
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/check-format.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ jobs:
runs-on: ubuntu-latest
timeout-minutes: 10
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 18
cache: npm
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/check-links.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ jobs:
timeout-minutes: 10
steps:
- uses: google/wireit@setup-github-actions-caching/v1
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 18
cache: npm
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/integration-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ jobs:
timeout-minutes: 10
steps:
- uses: google/wireit@setup-github-actions-caching/v1
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 18
cache: npm
Expand Down
5 changes: 3 additions & 2 deletions .github/workflows/unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,13 @@ jobs:
timeout-minutes: 10
steps:
- uses: google/wireit@setup-github-actions-caching/v1
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 18
cache: npm
cache-dependency-path: '**/package-lock.json'

- run: npm ci
- run: npm run test:unit
- run: npm run test:generated-api
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@ packages/lit-dev-content/site/fonts/manrope
packages/lit-dev-content/temp
packages/lit-dev-content/samples/js
packages/lit-dev-content/src/public-vars.ts
# The unversioned docs are generated by:
#
# `npm run build:unversioned-docs -w lit-dev-content`
packages/lit-dev-content/site/docs/unversioned

packages/lit-dev-api/api-data/*/repo/
packages/lit-dev-api/api-data/*/INSTALLED
Expand Down
4 changes: 1 addition & 3 deletions cloudbuild-main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,7 @@ steps:
# https://github.com/GoogleCloudPlatform/cloud-builders/tree/master/docker
# https://cloud.google.com/build/docs/kaniko-cache
- id: build
# Kaniko pinned to earlier version due to
# https://github.com/GoogleContainerTools/kaniko/issues/1786
name: gcr.io/kaniko-project/executor:v1.6.0
name: gcr.io/kaniko-project/executor:latest
args:
- --dockerfile=./Dockerfile
- --destination=$_GCR_HOSTNAME/$PROJECT_ID/$REPO_NAME/lit-dev:$COMMIT_SHA
Expand Down
4 changes: 1 addition & 3 deletions cloudbuild-pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,7 @@ steps:
# https://github.com/GoogleCloudPlatform/cloud-builders/tree/master/docker
# https://cloud.google.com/build/docs/kaniko-cache
- id: build
# Kaniko pinned to earlier version due to
# https://github.com/GoogleContainerTools/kaniko/issues/1786
name: gcr.io/kaniko-project/executor:v1.6.0
name: gcr.io/kaniko-project/executor:latest
args:
- --dockerfile=./Dockerfile
- --destination=$_GCR_HOSTNAME/$PROJECT_ID/$REPO_NAME/lit-dev:$COMMIT_SHA
Expand Down
Loading

0 comments on commit 820ae58

Please sign in to comment.