Skip to content

Commit

Permalink
Bug fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
myrotvorets-team committed Oct 6, 2023
1 parent 0caa184 commit cd5210b
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/build-example.yml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit cd5210b

Please sign in to comment.