parent
b4d34e7823
commit
2821df94d7
|
@ -49,14 +49,14 @@ jobs:
|
||||||
node-version: ${{ matrix.node-version }}
|
node-version: ${{ matrix.node-version }}
|
||||||
|
|
||||||
- name: Install ng-anr
|
- name: Install ng-anr
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v2
|
||||||
with:
|
with:
|
||||||
repository: monarc-project/ng-anr
|
repository: monarc-project/ng-anr
|
||||||
ref: ${{ github.event.releases.latest.tag_name }}
|
ref: ${{ github.event.releases.latest.tag_name }}
|
||||||
path: './node_modules/ng_anr'
|
path: './node_modules/ng_anr'
|
||||||
|
|
||||||
- name: Install ng-client
|
- name: Install ng-client
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v2
|
||||||
with:
|
with:
|
||||||
repository: monarc-project/ng-client
|
repository: monarc-project/ng-client
|
||||||
ref: ${{ github.event.releases.latest.tag_name }}
|
ref: ${{ github.event.releases.latest.tag_name }}
|
||||||
|
|
Loading…
Reference in New Issue