Skip to content

Commit 871efa0

Browse files
bigbesoleg-jukovec
authored andcommitted
ci: fixing workflow definitions
* `reusable_testing.yml` contained bad symbol in the steps. * `run-tests` failed to run coveralls=true,fuzzing=false job.
1 parent e50fbb5 commit 871efa0

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

.github/workflows/reusable_testing.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
run: |
3333
TNT_VERSION=$(tarantool --version | grep -e '^Tarantool')
3434
echo "TNT_VERSION=$TNT_VERSION" >> $GITHUB_ENV
35-
п
35+
3636
- name: Setup golang for connector and tests
3737
uses: actions/setup-go@v5
3838
with:

.github/workflows/testing.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -41,12 +41,13 @@ jobs:
4141
coveralls: [false]
4242
fuzzing: [false]
4343
include:
44-
- tarantool: 'master'
44+
- golang: '1.20'
45+
tarantool: 'master'
4546
coveralls: true
46-
golang: '1.20'
47-
- tarantool: 'master'
47+
fuzzing: false
48+
- golang: '1.20'
49+
tarantool: 'master'
4850
fuzzing: true
49-
golang: '1.20'
5051
coveralls: false
5152
uses: ./.github/workflows/reusable-run.yml
5253
with:

0 commit comments

Comments
 (0)