Skip to content

Commit 6869fce

Browse files
gcf-owl-bot[bot]ddelgrosso1
authored andcommitted
chore: delete package.json so it stops rewinding dependencies
* Delete synthtool/gcp/templates/node_library/.github/scripts/package.json * chore: update CODEOWNERS to correct team * Update container_test.yaml * Update container_test.yaml * Update container_test.yaml Source-Link: googleapis/synthtool@05f1d86 Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-nodejs:latest@sha256:30b77fc5b701c187c87283d1baa8828e952d78b0066c4ddca492b7f2a29b3b68
1 parent 15da282 commit 6869fce

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,20 @@ jobs:
2626
- run: npm test
2727
env:
2828
MOCHA_THROW_DEPRECATION: false
29+
test-script:
30+
runs-on: ubuntu-latest
31+
steps:
32+
- uses: actions/checkout@v4
33+
- uses: actions/setup-node@v4
34+
with:
35+
node-version: 18
36+
- run: node --version
37+
- run: npm install --engine-strict
38+
working-directory: .github/scripts
39+
- run: npm test
40+
working-directory: .github/scripts
41+
env:
42+
MOCHA_THROW_DEPRECATION: false
2943
windows:
3044
runs-on: windows-latest
3145
steps:

.kokoro/samples-test.sh

Lines changed: 3 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)