Skip to content

Commit

Permalink
build cli
Browse files Browse the repository at this point in the history
  • Loading branch information
tchak committed Nov 7, 2023
1 parent 28c02b8 commit 933d25a
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: Build CLI

on: [push]

jobs:
build_and_test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: oven-sh/setup-bun@v1
- run: bun install
- run: bun run compile
- name: Archive production artifacts
uses: actions/upload-artifact@v3
with:
name: ds-api-client-linux
path: ds-api-client

0 comments on commit 933d25a

Please sign in to comment.