Skip to content

Replace Google Compute instance tests with stable GCS bucket resource #8

Replace Google Compute instance tests with stable GCS bucket resource

Replace Google Compute instance tests with stable GCS bucket resource #8

Workflow file for this run

name: 'npm test'
on:
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- name: Setup Node.js environment
uses: actions/setup-node@v6
with:
node-version: 24
- run: npm ci
- run: npm test