Skip to content

Commit

Permalink
refactor(movies): actions 1
Browse files Browse the repository at this point in the history
  • Loading branch information
BioPhoton committed Nov 12, 2023
1 parent 80e0c80 commit 5b01dfe
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 20 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/firebase-function-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,12 @@ jobs:
- name: User Flow
run: npm run nx run firebase-function:user-flow:production -- --format=md

- name: Test firebase function emulation
id: firebase-function-emulation
uses: push-based/[email protected]
with:
verbose: on
commentId: test-firebase-function--deploy-emulation
onlyComments: on
outPath: ./dist/user-flow/firebase-function
rcPath: projects/firebase-function/.user-flowrc.json
#- name: Test firebase function emulation
# id: firebase-function-emulation
# uses: push-based/[email protected]
# with:
# verbose: on
# commentId: test-firebase-function--deploy-emulation
# onlyComments: on
# outPath: ./dist/user-flow/firebase-function
# rcPath: projects/firebase-function/.user-flowrc.json
22 changes: 11 additions & 11 deletions .github/workflows/firebase-hosting-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,16 +32,16 @@ jobs:
env:
FIREBASE_CLI_PREVIEWS: hostingchannels

- name: User Flow
run: npm run nx run movies:user-flow:production -- --format=md --url=${{ fromJson(steps.previewDeployStep.outputs.urls)[0] }}
# - name: User Flow
# run: npm run nx run movies:user-flow:production -- --format=md --url=${{ fromJson(steps.previewDeployStep.outputs.urls)[0] }}

- name: Test firebase preview channel hosting
id: firebase-preview-channel-hosting
uses: push-based/[email protected]
with:
verbose: on
commentId: firebase-preview-channel-hosting
onlyComments: on
outPath: ./dist/user-flow/movies
rcPath: ./projects/movies/.user-flowrc.json
#- name: Test firebase preview channel hosting
# id: firebase-preview-channel-hosting
# uses: push-based/[email protected]
# with:
# verbose: on
# commentId: firebase-preview-channel-hosting
# onlyComments: on
# outPath: ./dist/user-flow/movies
# rcPath: ./projects/movies/.user-flowrc.json

0 comments on commit 5b01dfe

Please sign in to comment.