Skip to content

Commit

Permalink
update script
Browse files Browse the repository at this point in the history
  • Loading branch information
seesharpguy committed Nov 6, 2024
1 parent e74a6b6 commit 3fa9909
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ on:

jobs:
ci-test:
env:
OPENAI_API_KEY: sk-proj-POAEff-8675309_u12RxTHJ_ThisIsNotARealKey
runs-on: ubuntu-latest

steps:
Expand All @@ -19,8 +21,10 @@ jobs:
- name: Install dependencies
run: flutter pub get

- name: Analyze project source
run: dart analyze
# - name: Analyze project source
# run: dart analyze
- name: Generate Env
run: make generate

- name: Run tests
run: flutter test

0 comments on commit 3fa9909

Please sign in to comment.