Skip to content

Commit

Permalink
Merge pull request #556 from oceanprotocol/system-tests-fix
Browse files Browse the repository at this point in the history
Running system tests on current branch if this is a PR
  • Loading branch information
jamiehewitt15 authored Jul 23, 2024
2 parents 7a42415 + f38b83c commit 83b5ef0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,7 @@ jobs:
with:
repository: 'oceanprotocol/ocean-node'
path: 'ocean-node'
ref: 'develop'
ref: ${{ github.event_name == 'pull_request' && github.head_ref || 'develop' }}

- name: Start Ocean Node
working-directory: ${{ github.workspace }}/ocean-node
Expand Down

0 comments on commit 83b5ef0

Please sign in to comment.