Skip to content

Commit

Permalink
adjusting sending to cf-6
Browse files Browse the repository at this point in the history
  • Loading branch information
wkelly17 committed Dec 7, 2023
1 parent 5c8035d commit 6ce1747
Show file tree
Hide file tree
Showing 4 changed files with 1,552 additions and 28 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
Install JS dependencies and build
# ADD YOUR CUSTOM DEPENDENCY UPGRADE COMMANDS BELOW
run: |
npm ci && npx ionic build && npx cap copy
npm ci && npm run build && npm run sync
env:
VITE_POLICY_KEY: ${{ secrets.VITE_POLICY_KEY }}
VITE_BC_ACCOUNT_ID: ${{ secrets.VITE_BC_ACCOUNT_ID }}
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/playwright.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,10 @@ on:
workflow_dispatch:
push:
branches: [main, master]
paths-ignore: ".github/"
pull_request:
branches: [main, master]
paths-ignore: ".github/"

jobs:
test:
Expand Down
Loading

0 comments on commit 6ce1747

Please sign in to comment.