Skip to content

Commit

Permalink
fix: remove required env var
Browse files Browse the repository at this point in the history
  • Loading branch information
chris13524 committed Apr 2, 2024
1 parent c98ca1b commit 000df0a
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/ui_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,12 @@ jobs:
CI: true
working-directory: ./apps/laboratory/
run: npm run ${{ inputs.command }}
- name: Run canary with minimal environment config
env:
NEXT_PUBLIC_PROJECT_ID: ${{ secrets.NEXT_PUBLIC_PROJECT_ID }}
CI: true
working-directory: ./apps/laboratory/
run: npm run ${{ inputs.command }}
- uses: actions/upload-artifact@v3
if: always()
with:
Expand Down

0 comments on commit 000df0a

Please sign in to comment.