Skip to content

Commit

Permalink
testing github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
leo-terrier committed Jun 19, 2023
1 parent a5fb7fc commit bf9170b
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,20 @@ jobs:
working-directory: back
- name: Start servers in the background
run: npm run dev &
env:
IS_DEV: true
NEXT_PUBLIC_IS_DEV: true
CYPRESS_RECORD_KEY: ${{secrets.CYPRESS_RECORD_KEY}}
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
DB_HOST: ${{secrets.DB_HOST}}
DB_NAME: ${{secrets.DB_NAME}}
DB_PASSWORD: ${{secrets.DB_PASSWORD}}
DB_PORT: ${{secrets.DB_PORT}}
DB_USER: ${{secrets.DB_USER}}
NEXT_PUBLIC_API_DEV: ${{secrets.NEXT_PUBLIC_API_DEV}}
NEXT_PUBLIC_GEOCODING: ${{secrets.NEXT_PUBLIC_GEOCODING}}
NEXT_PUBLIC_GMAP: ${{secrets.NEXT_PUBLIC_GMAP}}
PORT: ${{secrets.PORT}}
- name: Unit tests
uses: cypress-io/github-action@v5
with:
Expand Down

0 comments on commit bf9170b

Please sign in to comment.