mirror of
https://github.com/oceanprotocol/ocean.js.git
synced 2024-11-26 20:39:05 +01:00
Seperating CI steps
This commit is contained in:
parent
70a82f6e2f
commit
5469ac0578
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@ -192,11 +192,13 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
node-version: '16'
|
node-version: '16'
|
||||||
|
|
||||||
- name: checkout current branch
|
- name: checkout ocean.js repo
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
with:
|
with:
|
||||||
repository: 'oceanprotocol/ocean.js'
|
repository: 'oceanprotocol/ocean.js'
|
||||||
path: 'ocean.js'
|
path: 'ocean.js'
|
||||||
|
|
||||||
|
- name: checkout current branch
|
||||||
run: |
|
run: |
|
||||||
branch=${GITHUB_HEAD_REF#refs/heads/}
|
branch=${GITHUB_HEAD_REF#refs/heads/}
|
||||||
echo ${branch}
|
echo ${branch}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user