Skip to content

Commit

Permalink
Update github workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
hectorAguero committed May 8, 2024
1 parent b3d6101 commit 3ee8778
Show file tree
Hide file tree
Showing 4 changed files with 924 additions and 939 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,10 @@ jobs:
with:
channel: beta
cache: true

- name: Make envfile
uses: SpicyPizza/[email protected]
with:
envkey_API_URL: ${{ secrets.API_URL }}

- run: flutter test
5 changes: 5 additions & 0 deletions .github/workflows/web.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,11 @@ jobs:
with:
channel: beta
cache: true

- name: Make envfile
uses: SpicyPizza/[email protected]
with:
envkey_API_URL: ${{ secrets.API_URL }}

- name: Run Tests
run: flutter test
Expand Down
Loading

0 comments on commit 3ee8778

Please sign in to comment.