Fix GQL release worklflows (#1424)
This commit is contained in:
parent
c296dc67ce
commit
b1bd977f7b
4
.github/workflows/release_centos8.yaml
vendored
4
.github/workflows/release_centos8.yaml
vendored
@ -260,7 +260,9 @@ jobs:
|
||||
|
||||
- name: Run GQL Behave tests
|
||||
run: |
|
||||
cd tests/gql_behave
|
||||
cd tests
|
||||
./setup.sh /opt/toolchain-v4/activate
|
||||
cd gql_behave
|
||||
./continuous_integration
|
||||
|
||||
- name: Save quality assurance status
|
||||
|
4
.github/workflows/release_debian10.yaml
vendored
4
.github/workflows/release_debian10.yaml
vendored
@ -259,7 +259,9 @@ jobs:
|
||||
|
||||
- name: Run GQL Behave tests
|
||||
run: |
|
||||
cd tests/gql_behave
|
||||
cd tests
|
||||
./setup.sh /opt/toolchain-v4/activate
|
||||
cd gql_behave
|
||||
./continuous_integration
|
||||
|
||||
- name: Save quality assurance status
|
||||
|
4
.github/workflows/release_ubuntu2004.yaml
vendored
4
.github/workflows/release_ubuntu2004.yaml
vendored
@ -259,7 +259,9 @@ jobs:
|
||||
|
||||
- name: Run GQL Behave tests
|
||||
run: |
|
||||
cd tests/gql_behave
|
||||
cd tests
|
||||
./setup.sh /opt/toolchain-v4/activate
|
||||
cd gql_behave
|
||||
./continuous_integration
|
||||
|
||||
- name: Save quality assurance status
|
||||
|
Loading…
Reference in New Issue
Block a user