Skip to content

Vim Main Test

Vim Main Test #1396

Workflow file for this run

# Code generated by genconfig. DO NOT EDIT.
on:
schedule:
- cron: '0 9 * * *'
name: Vim Main Test
jobs:
test:
strategy:
fail-fast: false
matrix:
os: [ubuntu-20.04]
go-version: ["1.22.3"]
runs-on: ${{ matrix.os }}
env:
VIM_FLAVOR: vim
steps:
- name: Checkout code
uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
stable: 'false'
go-version: ${{ matrix.go-version }}
- name: Run main tests
run: ./_scripts/testVimMain.sh