Skip to content

Commit

Permalink
ci: using latest tools and sdk-dtp
Browse files Browse the repository at this point in the history
  • Loading branch information
aaitor committed Apr 11, 2023
1 parent 4bed90b commit c6fc5da
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/testing-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
yarn run lint
- name: Check code formatting
run: yarn format:check
- uses: nevermined-io/nvm-tools-actions@v0.8.0
- uses: nevermined-io/nvm-tools-actions@v0.9.0
with:
token: ${{ secrets.API_TOKEN_GITHUB }}
estuary: 'true'
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/testing-nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,6 @@ jobs:
- uses: actions/checkout@v3
with:
repository: nevermined-io/sdk-dtp
ref: 'develop' # TODO: Remove this when ready to use main branch
path: sdk-dtp
token: ${{ secrets.API_TOKEN_GITHUB }}
- name: Run tests from SDK-DTP
Expand Down

0 comments on commit c6fc5da

Please sign in to comment.