fixed actions

This commit is contained in:
2022-10-04 15:15:14 +02:00
parent d7ea0017b7
commit a59a6cb7d8
2 changed files with 1 additions and 29 deletions

25
.github/ci.yaml vendored
View File

@@ -1,25 +0,0 @@
name: build-tast-tablizer
on: [push, pull_request]
jobs:
build:
strategy:
matrix:
version: [1.17, 1.18, 1.19]
os: [ubuntu-latest, windows-latest, macos-latest]
name: Build
runs-on: ${{ matrix.os }}
steps:
- name: Set up Go 1.18
uses: actions/setup-go@v3
with:
go-version: ${{ matrix.version }}
id: go
- name: checkout
uses: actions/checkout@v3
- name: build
run: make
- name: test
run: make test

View File

@@ -1,17 +1,14 @@
name: build-tast-tablizer
on: [push, pull_request]
jobs:
os_matrix:
build:
strategy:
matrix:
version: [1.17, 1.18, 1.19]
os: [ubuntu-latest, windows-latest, macos-latest]
build:
name: Build
runs-on: ${{ matrix.os }}
steps:
- name: Set up Go 1.18
uses: actions/setup-go@v3
with: