Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
fadeev committed Oct 31, 2023
1 parent 3fae0e6 commit a5c2c42
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,10 +48,14 @@ jobs:
if: github.event_name == 'workflow_dispatch'
runs-on: ubuntu-latest
steps:
- name: Run Test Script
- name: Print Current Directory
run: echo $(pwd)

- name: List Files
run: ls -al scripts/test/

- name: Run Script
run: |
echo $PWD
ls
sh ${{ github.workspace }}/scripts/test/${{ github.event.inputs.scriptName }}.sh
sh /home/runner/work/example-contracts/example-contracts/scripts/test/omnichain_swap.sh
env:
PRIVATE_KEY: ${{ secrets.PRIVATE_KEY }}

0 comments on commit a5c2c42

Please sign in to comment.