Skip to content

ci: remove sdk

ci: remove sdk #263

Workflow file for this run

name: Run tests
on: [push]
jobs:
all:
runs-on: ubuntu-22.04
timeout-minutes: 10
env:
DOWNLOAD_TOKEN: ${{ secrets.DOWNLOAD_TOKEN }}
ROCKS_USERNAME: ${{ secrets.ROCKS_USERNAME }}
ROCKS_PASSWORD: ${{ secrets.ROCKS_PASSWORD }}
steps:
- name: Install packages
run: |
sudo apt-get -y update
sudo apt-get -y install wget git cmake make unzip curl gcc
- name: Checkout sources
uses: actions/checkout@v4
- name: Install tarantool
uses: tarantool/setup-tarantool@v3
with:
tarantool-version: '2.11'
- name: Install rocks
shell: bash
run: make .rocks
- name: Run tests
run: make test