Skip to content

Commit

Permalink
Merge pull request #111 from LuizLimaDev/LuizLimaDev-patch-1-2
Browse files Browse the repository at this point in the history
Update integrate.yml
  • Loading branch information
LuizLimaDev authored Jan 18, 2024
2 parents 5e7806c + 4932b17 commit f91e5eb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/integrate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ on:
jobs:
test_pull_request:
runs-on: ubuntu-latest
env:
NEXT_PUBLIC_SUPABASE_URL: ${{ env.NEXT_PUBLIC_SUPABASE_URL }}
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
Expand All @@ -15,5 +17,3 @@ jobs:
- run: npm ci
- run: npm test
- run: npm run build
env:
NEXT_PUBLIC_SUPABASE_URL: ${{ env.NEXT_PUBLIC_SUPABASE_URL }}

0 comments on commit f91e5eb

Please sign in to comment.