Skip to content

Commit

Permalink
trigger test-sdk-pkgs
Browse files Browse the repository at this point in the history
  • Loading branch information
typotter committed Nov 5, 2024
1 parent 4f8b9e5 commit d7b3581
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test-sdk-packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ name: Test Packaged Server SDKs

on:
workflow_dispatch:
push:

jobs:

Expand Down
1 change: 1 addition & 0 deletions package-testing/sdk-test-runner/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ FROM node:18-alpine
WORKDIR /app

COPY package.json ./
COPY yarn.lock ./

RUN yarn install

Expand Down

0 comments on commit d7b3581

Please sign in to comment.