Skip to content

Commit

Permalink
ci: test
Browse files Browse the repository at this point in the history
  • Loading branch information
DeepakBomjan committed Sep 6, 2023
1 parent f58368a commit e439500
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/test-relay.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ jobs:
echo $GITHUB_WORKSPACE
git clean -fdx
git checkout v4.0.0
find ./contrib -type f
make install
Expand Down Expand Up @@ -151,6 +152,8 @@ jobs:

- name: start relay
working-directory: .github/scripts
run: bash ./start_relay.sh
run: |
git status
bash ./start_relay.sh

0 comments on commit e439500

Please sign in to comment.