Skip to content

Commit

Permalink
Add ci (#14)
Browse files Browse the repository at this point in the history
* Add test step

* Add test step

* Add test step

* Add test step

* Add test step
  • Loading branch information
pontusab authored Dec 25, 2024
1 parent 9ae9228 commit a6ab28b
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 16 deletions.
32 changes: 32 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
on:
push:

jobs:
test:
name: Run tests
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: oven-sh/setup-bun@v1
with:
bun-version: latest
- name: Install dependencies
run: bun install
- name: 🧪 Run unit tests
run: bun run test

# translate:
# name: Run translation
# runs-on: ubuntu-latest
# permissions:
# actions: write
# contents: write
# pull-requests: write
# steps:
# - uses: actions/checkout@v4
# - name: Languine
# uses: midday-ai/languine@main
# env:
# GH_TOKEN: ${{ github.token }}
# with:
# OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }}
16 changes: 0 additions & 16 deletions .github/workflows/translate.yml

This file was deleted.

0 comments on commit a6ab28b

Please sign in to comment.