fix e2e test

This commit is contained in:
Dmitry Shibanov 2022-10-19 12:14:29 +02:00
parent ccbc0aae4e
commit d7c7dfa509

View File

@ -68,7 +68,7 @@ jobs:
run: | run: |
nightlyVersion="${{ matrix.node-version }}" nightlyVersion="${{ matrix.node-version }}"
majorVersion=$(echo $nightlyVersion | cut -d- -f1) majorVersion=$(echo $nightlyVersion | cut -d- -f1)
__tests__/verify-node.sh "${BASH_REMATCH[1]}" __tests__/verify-node.sh "$majorVersion"
shell: bash shell: bash
manifest: manifest: