diff --git a/.github/workflows/build-example.yml b/.github/workflows/build-example.yml index 32051bca..4a72ae93 100644 --- a/.github/workflows/build-example.yml +++ b/.github/workflows/build-example.yml @@ -1,5 +1,5 @@ # yaml-language-server: $schema=https://json.schemastore.org/github-workflow.json -name: Build and Test +name: Build and Test Sample Code on: push: @@ -34,8 +34,7 @@ jobs: working-directory: example - name: Build - run: npm run build - working-directory: example + run: npm run build && (cd example && npm run build) - name: Smoke test run: npx ts-node src/index.ts