Skip to content

Commit

Permalink
Update scenario-tests.yml
Browse files Browse the repository at this point in the history
Update scenario-tests.yml

Update scenario-tests.yml
  • Loading branch information
Andlyn committed Jul 28, 2023
1 parent 8c95e3a commit e6e56df
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/scenario-tests.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
name: scenario-test

on:
pull_request_target:
pull_request:

jobs:
scenario-test:
runs-on: ubuntu-latest
Expand All @@ -13,6 +14,6 @@ jobs:
run: |
docker run --name=scenario \
andlyn/arpanetwork-test:latest \
/bin/bash -c "git clone https://github.com/ARPA-Network/BLS-TSS-Network.git; \
cd BLS-TSS-Network; git checkout ${{ github.event.pull_request.head.sha }}; \
/bin/bash -c "git clone ${{ github.repositoryUrl }}; \
cd BLS-TSS-Network; git checkout ${{ github.head_ref }}; \
robot ./"

0 comments on commit e6e56df

Please sign in to comment.