Skip to content

Merge pull request #232 from IvanSmiths/development #821

Merge pull request #232 from IvanSmiths/development

Merge pull request #232 from IvanSmiths/development #821

Workflow file for this run

name: Cypress Tests
on: [push]
jobs:
cypress-run:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
containers: [ 1 ]
permissions:
contents: read
steps:
- name: Checkout
uses: actions/[email protected]
- run: sqlite3 portfolio.db ".read portfolio.sql"
- name: Cypress run
uses: cypress-io/[email protected]
with:
build: npm run build
start: npm run tests:dev
env:
HYGRAPH_ENDPOINT: ${{secrets.HYGRAPH_ENDPOINT}}
OPEN_WEATHER_API: ${{secrets.OPEN_WEATHER_API}}
TURSO_TOKEN: ${{secrets.TURSO_TOKEN}}
TURSO_CONNECTION_URL: ${{secrets.TURSO_CONNECTION_URL}}