Skip to content

Commit 3e1778d

Browse files
authored
Merge pull request #231 from cesarParra/wireit-setup
Wireit setup
2 parents 68d8c70 + 93bce7e commit 3e1778d

File tree

4 files changed

+171
-103
lines changed

4 files changed

+171
-103
lines changed

.github/workflows/ci.yaml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ name: CI
22

33
on:
44
push:
5-
branches: ["master", "develop"]
5+
branches: [ "master", "develop" ]
66
pull_request:
7-
branches: ["main", "master", "develop"]
7+
branches: [ "main", "master", "develop" ]
88
workflow_dispatch:
99

1010
jobs:
@@ -17,6 +17,9 @@ jobs:
1717
with:
1818
node-version: "20"
1919
cache: "npm"
20+
21+
# Set up GitHub Actions caching for Wireit.
22+
- uses: google/wireit@setup-github-actions-caching/v2
23+
2024
- run: npm ci
21-
- run: npm run build --if-present
2225
- run: npm test

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ npm-debug.log
88
/dist/
99
/lib/
1010
.sfdx/
11+
.wireit/
1112

1213
# Added by Illuminated Cloud
1314
.localdev/
@@ -16,4 +17,4 @@ npm-debug.log
1617
target/
1718
/.illuminatedCloud/
1819
**/tsconfig*.json
19-
**/*.tsbuildinfo
20+
**/*.tsbuildinfo

package-lock.json

Lines changed: 126 additions & 94 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)