Skip to content

Origin/dev polania/workflows test #35

Origin/dev polania/workflows test

Origin/dev polania/workflows test #35

Workflow file for this run

name: Workflow for Merge
on:
push:
branches:
- origin/dev-bpolania/workflows
pull_request:
branches:
origin/dev-bpolania/workflows
jobs:
Timestamp_PR_CREATED:
uses: storyprotocol/gha-workflows/.github/workflows/reusable-timestamp.yml@main
Timestamp_PR_APPROVED:
uses: storyprotocol/gha-workflows/.github/workflows/reusable-timestamp.yml@main
build_and_test:
needs: [Timestamp_PR_APPROVED]
uses: storyprotocol/gha-workflows/.github/workflows/reusable-build-integration-test-workflow.yml@origin/bpolania/workflows
with:
sha: ${{ github.event.pull_request.head.sha }}
ENVIRONMENT: "beta-sepolia"
secrets:
WALLET_PRIVATE_KEY: ${{ secrets.WALLET_PRIVATE_KEY }}