Skip to content

Commit

Permalink
adding to build case
Browse files Browse the repository at this point in the history
  • Loading branch information
leoRysing committed Jan 15, 2024
1 parent fc9810a commit 99c50c8
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,12 @@ jobs:
- name: Checkout
uses: actions/checkout@v3

- name: 'Create env file'
run: |
touch .env
echo EXPO_PUBLIC_API_DOMAIN="https://precious-chipmunk-brightly.ngrok-free.app" >> .env
cat .env
- name: Install Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v2
with:
Expand Down

0 comments on commit 99c50c8

Please sign in to comment.