Skip to content

Commit

Permalink
test: fix rebase re-sign
Browse files Browse the repository at this point in the history
  • Loading branch information
pcheremu committed Aug 23, 2024
1 parent 9cf7015 commit 40da208
Show file tree
Hide file tree
Showing 36 changed files with 226 additions and 1,416 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/app-deploy-feature-branch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,10 @@ jobs:
node-version: '18'
cache: 'npm'

- name: Install Firebase CLI and auth
run: |
npm install -g firebase-tools
- name: Install dependencies
working-directory: ./
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/app-e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
name: '${{ matrix.tags }}'
container:
image: mcr.microsoft.com/playwright:v1.27.0-focal
options: --user root
options: --user 1001
steps:
- uses: actions/checkout@v3
with:
Expand Down
7 changes: 1 addition & 6 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -63,12 +63,7 @@ lerna-debug.log*
!.vscode/extensions.json

# Allure
#Allure results and artifacts
**/allure-results/
**/e2e/artifacts/
**/playbook/artifacts*
**/playbook/cache*
**/buffer/*.txt
**allure-results/

# App hyperchain config
hyperchain.config.json
3 changes: 2 additions & 1 deletion docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,8 @@ services:
test: curl --fail http://localhost:3071/health || exit 1
interval: 10s
timeout: 5s
retries: 300
retries: 60
start_period: 30s
restart: unless-stopped

volumes:
Expand Down
Loading

0 comments on commit 40da208

Please sign in to comment.