Skip to content

Commit

Permalink
ci: move e2e in the testnet pipeline (#803)
Browse files Browse the repository at this point in the history
Co-authored-by: petarpeshev <petar.peshev@bitt.com>
  • Loading branch information
mmpetarpeshev and petarpeshev authored May 23, 2024
1 parent 5df39e0 commit fdf73d2
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 20 deletions.
20 changes: 0 additions & 20 deletions .github/workflows/ci-e2e.yml

This file was deleted.

15 changes: 15 additions & 0 deletions .github/workflows/stg-pipeline-testnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -144,3 +144,18 @@ jobs:
repository: aeternity/gitops-apps-aelabs
github_token: ${{ secrets.BOT_GITHUB_TOKEN }}
branch: stg

end-to-end-tests:
needs: main
runs-on: ubuntu-22.04
name: Run E2E Tests
timeout-minutes: 10
steps:
- name: Wait for 2 minutes
run: sleep 120
- name: Checkout
uses: actions/checkout@v4
- name: Cypress run
uses: cypress-io/github-action@v6
with:
config: baseUrl=https://pr-${{ env.PR_NUMBER }}-aescan-testnet.stg.service.aepps.com

0 comments on commit fdf73d2

Please sign in to comment.