Skip to content

Commit

Permalink
Update luatest to 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
yngvar-antonsson committed Nov 23, 2023
1 parent 416e14b commit ed243a3
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/backend-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ jobs:
path: .rocks/
key: test-rocks-${{ hashFiles('*.rockspec') }}-03
-
run: tarantoolctl rocks install luatest 0.5.7
run: tarantoolctl rocks install luatest 1.0.0
if: steps.cache-rocks.outputs.cache-hit != 'true'

# Setup pytest
Expand Down Expand Up @@ -226,7 +226,7 @@ jobs:

# Setup luatest
-
run: tarantoolctl rocks install luatest 0.5.7
run: tarantoolctl rocks install luatest 1.0.0

# Setup pytest
- name: Cache pytest
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/compatibility-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
path: .rocks/
key: compat-rocks-${{ hashFiles('*.rockspec') }}-03
-
run: tarantoolctl rocks install luatest 0.5.7
run: tarantoolctl rocks install luatest 1.0.0
if: steps.cache-rocks.outputs.cache-hit != 'true'

- run: tarantoolctl rocks make
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/frontend-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
path: .rocks/
key: webui-rocks-${{ hashFiles('*.rockspec') }}-03
-
run: tarantoolctl rocks install luatest 0.5.7
run: tarantoolctl rocks install luatest 1.0.0
if: steps.cache-rocks.outputs.cache-hit != 'true'

##################################################################
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/nightly-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
path: .rocks/
key: nightly-rocks-${{ hashFiles('*.rockspec') }}-03
-
run: tarantoolctl rocks install luatest 0.5.7
run: tarantoolctl rocks install luatest 1.0.0
if: steps.cache-rocks.outputs.cache-hit != 'true'

- run: tarantoolctl rocks make
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/reusable-backend-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:

# Setup luatest
- name: 'Install luatest'
run: tarantoolctl rocks install luatest 0.5.7
run: tarantoolctl rocks install luatest 1.0.0

# Setup pytest
- uses: actions/setup-python@v4
Expand Down
2 changes: 1 addition & 1 deletion CONTRIBUTING.rst
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ Running tests
# Backend
tarantoolctl rocks install luacheck
tarantoolctl rocks install luatest 0.5.7
tarantoolctl rocks install luatest 1.0.0
.rocks/bin/luacheck .
.rocks/bin/luatest -v
Expand Down

0 comments on commit ed243a3

Please sign in to comment.