Skip to content

Commit

Permalink
fix run error3
Browse files Browse the repository at this point in the history
  • Loading branch information
Barukimang committed Jan 23, 2024
1 parent bf47cd3 commit de82e66
Showing 1 changed file with 1 addition and 12 deletions.
13 changes: 1 addition & 12 deletions .github/workflows/e2e-tests-v3.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@ name: E2E Tests Workflow

on:
pull_request:
types:
- labeled
types: [labeled]

jobs:
e2e-tests:
Expand All @@ -17,21 +16,11 @@ jobs:
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2

# - name: Login to Docker Registry
# uses: docker/login-action@v2
# with:
# registry: ghcr.io
# username: ${{ github.actor }}
# password: ${{ secrets.GITHUB_TOKEN }}

- name: Build and Run Docker Container
run: |
docker build -t aragonapp-e2e -f Dockerfile.e2e.tests .
docker run -d -p 3000:3000 --name aragonapp aragonapp-e2e
env:
# VITE_REACT_APP_DEPLOY_VERSION: ${{ github.sha }}
# VITE_REACT_APP_DEPLOY_ENVIRONMENT: ${{ needs.setup-env-vars.outputs.environment }}
# VITE_REACT_APP_ANALYTICS_KEY: ${{ secrets.VITE_REACT_APP_ANALYTICS_KEY }}
VITE_IPFS_API_KEY: ${{ secrets.VITE_IPFS_API_KEY }}
VITE_ETHERSCAN_API_KEY: ${{ secrets.VITE_ETHERSCAN_API_KEY }}
VITE_POLYGONSCAN_API_KEY: ${{secrets.VITE_POLYGONSCAN_API_KEY}}
Expand Down

0 comments on commit de82e66

Please sign in to comment.