Skip to content

Commit

Permalink
fix run error10
Browse files Browse the repository at this point in the history
  • Loading branch information
Barukimang committed Jan 23, 2024
1 parent 137cb1e commit 194e917
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/e2e-tests-v3.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- name: Build and Run Docker Container
run: |
docker build -t aragonapp-e2e -f Dockerfile.e2e.tests .
docker run -d -m 4g -p 3000:3000 --name aragonapp aragonapp-e2e
docker run -d -m 12g -p 3000:3000 --name aragonapp aragonapp-e2e
env:
VITE_REACT_APP_DEPLOY_VERSION: ${{ github.sha }}
VITE_REACT_APP_DEPLOY_ENVIRONMENT: 'development'
Expand Down

0 comments on commit 194e917

Please sign in to comment.