-
-
Notifications
You must be signed in to change notification settings - Fork 29
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
fbf7c1f
commit c571d6c
Showing
7 changed files
with
2,042 additions
and
33 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -33,7 +33,7 @@ env: | |
NUXT_PUBLIC_FIREBASE_EMULATOR_FUNCTIONS_PORT: 32779 | ||
NUXT_PUBLIC_FIREBASE_EMULATOR_STORAGE_HOST: localhost | ||
NUXT_PUBLIC_FIREBASE_EMULATOR_STORAGE_PORT: 32778 | ||
NUXT_PUBLIC_FIREBASE_LOG_LEVEL: | ||
NUXT_PUBLIC_FIREBASE_LOG_LEVEL: debug | ||
NUXT_PUBLIC_FIREBASE_MESSAGING_SENDER_ID: fake | ||
NUXT_PUBLIC_FIREBASE_PROJECT_ID: demo-octo | ||
NUXT_PUBLIC_FIREBASE_STORAGE_BUCKET: fake | ||
|
@@ -129,13 +129,14 @@ jobs: | |
restore-keys: ${{ runner.os }}-pnpm-store- | ||
- name: Install dependencies | ||
run: pnpm install --shamefully-hoist | ||
- run: docker-compose up -d | ||
- uses: cypress-io/[email protected] | ||
with: | ||
build: pnpm build | ||
config: baseUrl=http://localhost:8889 | ||
install: false | ||
start: pnpm preview | ||
start: | | ||
pnpm firebase:start | ||
pnpm preview | ||
wait-on: 'http://localhost:8889,http://localhost:32777' | ||
- uses: actions/upload-artifact@v3 | ||
if: failure() | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -18,6 +18,7 @@ | |
.vscode | ||
dev-dist | ||
dist | ||
firebase/data | ||
node_modules | ||
public/manifest.webmanifest | ||
supabase | ||
|
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.