Skip to content

Commit

Permalink
0.29.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ch1seL committed Apr 18, 2022
1 parent 0745f5d commit f2d7f4a
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 19 deletions.
36 changes: 18 additions & 18 deletions .github/workflows/build-test-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@ on:
pull_request:
types: [labeled]
env:
TONOS_SE_REPO_OWNER: tonlabs
TONOS_SE_REPO_NAME: evernode-se
EVERNODE_SE_OWNER: tonlabs
EVERNODE_SE_REPO: evernode-se
TON_Q_SERVER_REPO_OWNER: tonlabs
TON_Q_SERVER_REPO_NAME: ton-q-server
TON_CLIENT_JS_OWNER: tonlabs
TON_CLIENT_JS_REPO: ton-client-js
TON_CLIENT_JS_REF: 1.28.0
EVER_SDK_JS_OWNER: tonlabs
EVER_SDK_JS_REPO: ever-sdk-js
EVER_SDK_JS_REF: 1.30.1
BUILD_TON_NODE_REPO: everscale-actions/build-evernode-se
ARANGODB_VERSION: 3.7.9
NGINX_VERSION: 1.19.7
Expand Down Expand Up @@ -213,8 +213,8 @@ jobs:
uses: actions/checkout@v2
with:
path: evernode-se
repository: "tonlabs/evernode-se"
ref: ${{ env.TONOS_SE_VERSION }}
repository: "${{ env.EVERNODE_SE_OWNER }}/${{ env.EVERNODE_SE_REPO }}"
ref: ${{ needs.prepare.outputs.release-tag }}

- name: Copy additional files from evernode-se repos
run: |
Expand Down Expand Up @@ -310,9 +310,9 @@ jobs:

- uses: actions/checkout@v2
with:
repository: ${{ env.TON_CLIENT_JS_OWNER }}/${{ env.TON_CLIENT_JS_REPO }}
path: ton-client-js
ref: ${{ env.TON_CLIENT_JS_REF }}
repository: ${{ env.EVER_SDK_JS_OWNER }}/${{ env.EVER_SDK_JS_REPO }}
path: ever-sdk-js
ref: ${{ env.EVER_SDK_JS_REF }}

- name: Install evernode-se tools
working-directory: evernode-se
Expand All @@ -323,20 +323,20 @@ jobs:
- name: Install Type Script
run: npm i -g typescript

- name: Build ton-client-js/packages/core
working-directory: ton-client-js/packages/core
- name: Build ever-sdk-js/packages/core
working-directory: ever-sdk-js/packages/core
run: |
npm i
tsc
- name: Build ton-client-js/packages/tests
working-directory: ton-client-js/packages/tests
- name: Build ever-sdk-js/packages/tests
working-directory: ever-sdk-js/packages/tests
run: |
npm i
tsc
- name: Restore packages ton-client-js/packages/tests-node
working-directory: ton-client-js/packages/tests-node
- name: Restore packages ever-sdk-js/packages/tests-node
working-directory: ever-sdk-js/packages/tests-node
run: npm i

- name: Run TON OS SE
Expand All @@ -349,7 +349,7 @@ jobs:
needFail: "true"

- name: Run tests
working-directory: ton-client-js/packages/tests-node
working-directory: ever-sdk-js/packages/tests-node
env:
USE_NODE_SE: true
TON_NETWORK_ADDRESS: http://localhost:${{ fromJson(env.DEFAULT_PORTS).nginx }}
Expand Down Expand Up @@ -379,7 +379,7 @@ jobs:
needFail: "true"

- name: Run tests
working-directory: ton-client-js/packages/tests-node
working-directory: ever-sdk-js/packages/tests-node
env:
USE_NODE_SE: true
TON_NETWORK_ADDRESS: http://localhost:${{ env.CUSTOM_PORTS_NGINX }}
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@everscale-actions/evernode-se",
"version": "0.28.12",
"version": "0.29.1",
"author": "Everscale Actions",
"license": "Apache-2.0",
"type": "module",
Expand Down

0 comments on commit f2d7f4a

Please sign in to comment.