Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
metaskills committed Apr 23, 2024
1 parent b7dd615 commit 0669407
Showing 1 changed file with 3 additions and 11 deletions.
14 changes: 3 additions & 11 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,16 +10,8 @@ jobs:
- name: Checkout
uses: actions/checkout@v4
- name: Test
uses: devcontainers/[email protected]
env:
OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }}
with:
push: always
imageName: ghcr.io/metaskills/experts-ci
cacheFrom: ghcr.io/metaskills/experts-ci
env: |
CI
OPENAI_API_KEY
runCmd: |
npm install
npm run test
run: |
./bin/setup
./bin/test

0 comments on commit 0669407

Please sign in to comment.