Skip to content

Commit

Permalink
#106 testing tests
Browse files Browse the repository at this point in the history
  • Loading branch information
dominikgeissler committed Oct 1, 2023
1 parent 303e4ff commit cde2dc0
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 8 deletions.
3 changes: 0 additions & 3 deletions .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,6 @@ VITE_ALGOLIA_SEARCH_KEY=
# should really not be exposed on client side but YOLO
VITE_ALGOLIA_ADMIN_KEY=

VITE_AIRTABLE_API_KEY=
VITE_AIRTABLE_CHAPTER_BASE_APP_ID=

# used by GitHub to display LightHouse stats for PRs and pushes
# https://github.com/apps/lighthouse-ci/installations/new
LHCI_GITHUB_APP_TOKEN=
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/lighthouse.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ jobs:
VITE_CONTENTFUL_SPACE_ID: ${{ secrets.VITE_CONTENTFUL_SPACE_ID }}
VITE_CONTENTFUL_ACCESS_TOKEN: ${{ secrets.VITE_CONTENTFUL_ACCESS_TOKEN }}
# needed to avoid Error: missing Airtable API key, got undefined
VITE_AIRTABLE_API_KEY: ${{ secrets.VITE_AIRTABLE_API_KEY }}
VITE_ALGOLIA_APP_ID: ${{ secrets.VITE_ALGOLIA_APP_ID }}
VITE_ALGOLIA_SEARCH_KEY: ${{ secrets.VITE_ALGOLIA_SEARCH_KEY }}

Expand Down
5 changes: 1 addition & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
jobs:
playwright:
runs-on: ubuntu-latest
timeout-minutes: 5
timeout-minutes: 7
steps:
- name: Check out repo
uses: actions/checkout@v3
Expand Down Expand Up @@ -37,8 +37,5 @@ jobs:
# needed to fetch website content
VITE_CONTENTFUL_SPACE_ID: ${{ secrets.VITE_CONTENTFUL_SPACE_ID }}
VITE_CONTENTFUL_ACCESS_TOKEN: ${{ secrets.VITE_CONTENTFUL_ACCESS_TOKEN }}
# needed to simulate form submission to Airtable test base
VITE_AIRTABLE_CHAPTER_BASE_APP_ID: ${{ secrets.VITE_AIRTABLE_CHAPTER_BASE_APP_ID }}
VITE_AIRTABLE_API_KEY: ${{ secrets.VITE_AIRTABLE_API_KEY }}
# needed to auto-complete and geocode addresses
VITE_MAPBOX_PUBLIC_KEY: ${{ secrets.VITE_MAPBOX_PUBLIC_KEY }}
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,5 +46,8 @@
"svelte2tsx": "^0.6.15",
"typescript": "^5.1.3",
"vite": "^4.3.9"
},
"dependencies": {
"marked-gfm-heading-id": "^3.1.0"
}
}

0 comments on commit cde2dc0

Please sign in to comment.